📜  什么是数据定义语言 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:06.299000             🧑  作者: Mango

代码示例1
DDL
1-It stands for Data Definition Language.
2-It is used to create database schema and can
be used to define some constraints as well.    
3-It basically defines the column (Attributes) of the table.    
4-It doesn’t have any further classification.
5-Basic command present in DDL are CREATE, DROP, RENAME, ALTER etc.
6-DDL does not use WHERE clause in its statement.