- 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
推薦閱讀
- Ansible Configuration Management
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時(shí)代不能不說的事
- 21天學(xué)通JavaScript
- 快學(xué)Flash動(dòng)畫百例
- PHP開發(fā)手冊
- 精通特征工程
- 網(wǎng)絡(luò)布線與小型局域網(wǎng)搭建
- Red Hat Linux 9實(shí)務(wù)自學(xué)手冊
- Extending Ansible
- 云計(jì)算和大數(shù)據(jù)的應(yīng)用
- AI的25種可能
- Linux Shell編程從初學(xué)到精通
- AVR單片機(jī)工程師是怎樣煉成的
- 精通ROS機(jī)器人編程(原書第2版)
- Linux常用命令簡明手冊