- Learning SQLite for iOS
- Gene Da Rocha MSc BSc (Hons)
- 89字
- 2021-07-16 12:32:42
Chapter 2. Database Design Concepts
In this chapter, you will learn about SQLite's database concepts. Just as with most databases, SQLite too can add data using the SQL command called INSERT. It can also modify data using the UPDATE command and remove data using the DELETE command. It can also retrieve data using the SELECT command.
These four commands form the base line for any SQL database RDMS in the market. This set of commands manipulate the data, and this type of searching is called a query.
推薦閱讀
- 程序員面試筆試寶典
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- WordPress Plugin Development Cookbook(Second Edition)
- ArcGIS By Example
- Python時間序列預測
- Getting Started with Gulp
- 前端HTML+CSS修煉之道(視頻同步+直播)
- R語言與網絡輿情處理
- Learning Laravel's Eloquent
- Yii Project Blueprints
- Java零基礎實戰
- GitHub入門與實踐
- Web開發的平民英雄:PHP+MySQL
- 從零開始學Python大數據與量化交易
- Monitoring Docker