7 SQL Components
Structured Query Language: SQL
7.1 SQL Components
Data Definition Language (DDL) deals with database schemas and descriptions
Data Manipulation Language (DML) deals with data manipulation to store, insert, modify, delete and update data in database
Data Control Language (DCL) includes commands concerned with rights, permissions and other controls of the database system
Data Query Language (DQL) includes querying, fetching and viewing the data
Transaction Control Language (TCL) to confirm transaction principles