- 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.
推薦閱讀
- Learning Single:page Web Application Development
- Python 3.7網(wǎng)絡(luò)爬蟲(chóng)快速入門(mén)
- Python從小白到大牛
- Python入門(mén)很簡(jiǎn)單
- Mastering Natural Language Processing with Python
- 編譯系統(tǒng)透視:圖解編譯原理
- Clojure Reactive Programming
- 零基礎(chǔ)入門(mén)學(xué)習(xí)Python(第2版)
- Machine Learning in Java
- Visual Studio Code 權(quán)威指南
- 軟件體系結(jié)構(gòu)
- C++ Application Development with Code:Blocks
- Mastering Elixir
- PhoneGap 4 Mobile Application Development Cookbook
- C#程序設(shè)計(jì)基礎(chǔ)入門(mén)教程