- 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.
推薦閱讀
- Vue.js 3.x快速入門
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 架構不再難(全5冊)
- Mastering QGIS
- Offer來了:Java面試核心知識點精講(原理篇)
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- SQL語言從入門到精通
- Rust Cookbook
- 編譯系統透視:圖解編譯原理
- Java系統化項目開發教程
- Mastering Xamarin.Forms(Second Edition)
- .NET Standard 2.0 Cookbook
- 編程可以很簡單
- Arduino Wearable Projects
- Practical GIS