DDL : Data Definition Language Deals with database schemas and descriptions of how the data should reside in the database, therefore language statements like CREATE TABLE or ALTER TABLE belong to DDL.
DML : Data Manipulation Language DML deals with data manipulation, and therefore includes most common SQL statements such SELECT, INSERT, etc.
DCL : Data Control Language Data Control Language includes commands such as GRANT, and mostly concerns with rights, permissions and other controls of the database system.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.