Computer Science, asked by anitishram, 11 months ago

differentiate between DDL and DML in DBMS

Answers

Answered by yogichaudhary
4

Answer:

The basic difference between DDL and DML is that DDL (Data Definition Language) is used to Specify the database schema database structure. On the other hand, DML (Data Manipulation Language) is used to access, modify or retrieve the data from the database.

Answered by laxmansingla3
4

Answer:

DDL and DML

Explanation:

DDL:this category comprises of those commands which help in defining and modifying the structure of various database objects.

DML: These commands help in retrieval, insertion, deletion, and modifiation of the information present in the database.

Similar questions