Site icon i2tutorials

DBMS – Commands In SQL

Commands In SQL

 

Data Definition Language (DDL):

These commands are used to define the database schema.

 

The following commands are used in DDL:

 

 

Data Query Language (DQL)

 

These commands are used for performing queries on data.

 

 

 

 

Data Manipulation Language (DML)

 

These commands are used to manipulate the data present in the database.

 

 

 

 

Data Control Language (DCL)

 

These commands control the database system

 

 

Transaction Control Language (TCL)

 

These commands control the transaction within the database

 

 

Reference :

Commands in DDL.

Exit mobile version