What Are The Difference Between SQL
What Are The Difference Between SQL
DDL
Data Definition Language (DDL) statements are used to define the database structure or schema. Some
examples:
DML
Data Manipulation Language (DML) statements are used for managing data within schema objects. Some
examples:
DCL
Data Control Language (DCL) statements. Some examples:
GRANT - gives user's access privileges to database
REVOKE - withdraw access privileges given with the GRANT command