- 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
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- C語言程序設計教程
- Java多線程編程實戰指南:設計模式篇(第2版)
- Python網絡爬蟲從入門到實踐(第2版)
- Koa開發:入門、進階與實戰
- Mastering Linux Network Administration
- Hands-On Kubernetes on Windows
- CRYENGINE Game Development Blueprints
- Learning Grunt
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Learning Unreal Engine Game Development
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)
- C語言從入門到精通(第5版)
- PHP面試一戰到底
- JavaScript+jQuery交互式Web前端開發(第2版)