DML and DDL in SQL

What is DML and DDL in SQL

The Structured Query Language (SQL) is divided into two parts: They are The Data Manipulation Language (DML) and the Data Definition Language (DDL).


Using SQL Data manipulation language (DML) Queries we can insert, delete or update data in to the database tables. The Data definition language (DDL) is used to define the data structures in database example creating updating or deleting databases or creating /modifying tables schema.


We will see more about SQL Data Definition Language (DDL) and Data manipulation language (DML) statements in following sessions.



SHARE
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment