- 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
推薦閱讀
- 從零開始構建企業級RAG系統
- Python編程自學手冊
- Progressive Web Apps with React
- 潮流:UI設計必修課
- Hands-On Data Structures and Algorithms with JavaScript
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 實用防銹油配方與制備200例
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Programming ArcGIS 10.1 with Python Cookbook
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Unity Shader入門精要
- 第一行代碼 C語言(視頻講解版)
- Mastering Linux Security and Hardening
- C語言程序設計
- Modern C++ Programming Cookbook