- Healthcare Analytics Made Simple
- Vikas (Vik) Kumar
- 166字
- 2021-07-23 17:18:26
SQLite
Healthcare data is commonly stored in databases. To manipulate and extract the desired data from these databases, you should know SQL. SQL is a language that has many variations depending on the engine you use. We will be using SQLite, a free, public-domain SQL database engine.
To download SQLite, do the following:
- Navigate to the SQLite homepage (www.sqlite.org). Then, click on the Downloads tab at the top.
- Download the appropriate precompiled binary file for your operating system. You want the bundle file, not the DLL file (the file named with the following format: sqlite-tools-{Your OS}-x86-{Version Number}.zip).
- Using a shell or command prompt, navigate to the directory containing the sqlite3.exe program.
- At the prompt, type sqlite3 test.db and press Enter.
You are now in the SQLite program. Later, we will use SQLite commands to create, save, and manipulate mock patient data. SQLite commands start with a period followed by a lowercase word and then the command arguments.
To exit SQLite, type .exit and press Enter.
推薦閱讀
- PPT,要你好看
- 基于LabWindows/CVI的虛擬儀器設計與應用
- 輕松學Java Web開發
- 7天精通Dreamweaver CS5網頁設計與制作
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 21天學通Visual C++
- 新手學電腦快速入門
- 菜鳥起飛系統安裝與重裝
- Apache源代碼全景分析(第1卷):體系結構與核心模塊
- 寒江獨釣:Windows內核安全編程
- MySQL Management and Administration with Navicat
- Containerization with Ansible 2
- 電機與電力拖動
- Machine Learning with R Quick Start Guide
- 編程大講壇:Visual Basic核心開發技術從入門到精通