DDL:data definition languages ,数据定义语言,常用的语句关键字create,drop,alter等。 DML:data manipulation languages,数据操纵语言,用于增,删,改,查,常用的语句关键字insert,delete,update,select等。 DCL:data control languages,数据控制语言,定义访问权限,安全级别,常用的语句关键字grant,revoke等。
mysql> ? contents; You asked forhelp about help category: "Contents" For more information, type'help <item>', where <item> is one of the following categories: Account Management Administration Compound Statements Data Definition Data Manipulation Data Types Functions Functions and Modifiers for Use with GROUP BY Geographic Features Help Metadata Language Structure Plugins Procedures Storage Engines Table Maintenance Transactions User-Defined Functions Utility
mysql> ? Account Management You asked forhelp about help category: "Account Management" For more information, type'help <item>', where <item> is one of the following topics: ALTER USER CREATE USER DROP USER GRANT RENAME USER REVOKE SET PASSWORD