- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 105字
- 2021-07-02 22:42:02
The SQL language
Relational databases are often linked to the structured query language (SQL). SQL is a declarative programming language and is the standard relational database language. The American National Standard Institute (ANSI) and the International Standard Organization (ISO) published the SQL standard for the first time in 1986, followed by many versions such as SQL:1999, SQL:2003, SQL:2006, SQL:2008, SQL:2011, and SQL:2016.
The SQL language has several parts:
- Data definition language (DDL): It defines and amends the relational structure
- Data manipulation language (DML): It retrieves and extracts information from the relations
- Data control language (DCL): It controls the access rights to relations
推薦閱讀
- Visual C# 2008開發(fā)技術詳解
- 計算機系統(tǒng)結構
- 數(shù)據(jù)通信與計算機網(wǎng)絡
- 聊天機器人:入門、進階與實戰(zhàn)
- 傳感器與新聞
- PVCBOT機器人控制技術入門
- Windows Server 2008 R2活動目錄內(nèi)幕
- Salesforce for Beginners
- TensorFlow Deep Learning Projects
- Embedded Linux Development using Yocto Projects(Second Edition)
- Proteus從入門到精通100例
- 系統(tǒng)與服務監(jiān)控技術實踐
- BeagleBone Home Automation
- R Data Visualization Recipes
- Pentaho Data Integration Beginner's Guide(Second Edition)