- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 102字
- 2021-07-02 13:11:37
The SQL language
Relational databases are often linked to Structured Query Language (SQL). SQL is a declarative programming language and is the standard relational database language. The ANSI and the International Organization for Standardization (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
推薦閱讀
- Android和PHP開發(fā)最佳實(shí)踐(第2版)
- Learn Programming in Python with Cody Jackson
- Spring實(shí)戰(zhàn)(第5版)
- JavaScript by Example
- OpenShift在企業(yè)中的實(shí)踐:PaaS DevOps微服務(wù)(第2版)
- Java EE 7 Performance Tuning and Optimization
- Unity 2017 Mobile Game Development
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實(shí)踐
- Mobile Device Exploitation Cookbook
- Instant PHP Web Scraping
- Python預(yù)測分析與機(jī)器學(xué)習(xí)
- 分布式數(shù)據(jù)庫HBase案例教程
- PhantomJS Cookbook
- 趣味掌控板編程
- Learning Predictive Analytics with R