THEDATAANALYST.IN

How To Learn SQL Fast From Scratch 

Data Definition Language (DDL)

DDL commands are used to define structure of data. Example - Create , Alter , Drop

----------------------

Data Manipulation Language (DML)

DDL commands are used to manipulate data within database. Example - Create , Alter , Drop

----------------------

Data Query Language (DQL)

DQL commands are used to query data from database. Example - Select

----------------------

Data Control Language (DCL)

DCL commands manage permissions and access controls Example - Grant , Revoke

----------------------

Transaction Control Language (TCL)

TCL commands manage transactions in the database Example - Commit , Rollback

----------------------

Another Story

Flight Path

Read Article