SQL 编程语言极简教程
文章目录
- SQL 编程语言极简教程
- SQL languages
- Datatypes
- DDL & DCL
- DML & DQL
- Sub Queries
- Join
- Transactions
- Relational division
SQL languages
DDL is short name of Data Definition Language, which deals with database schemas and descriptions, of how the data should reside in the database.
DCL is short name of Data Control Language which includes commands such as GRANT, and mostly concerned with rights, permissions and other controls of the database system.
DML is short name of Data Manipulation Language which deals with data manipulation, and includes most common SQL statements such INSERT, UPDATE, DELETE etc, and it is used to store, modify, delete and update data in database.
DQL is short name of Data Query Language which u