English, asked by raj365891, 2 months ago

what are DDL and DML statement?

Answers

Answered by Anonymous
1

Answer:

DDL is Data Definition Language which is used to define data structures. For example: create table, alter table are instructions in SQL.

DML: DML is Data Manipulation Language which is used to manipulate data itself. For example: insert, update, delete are instructions in SQL.

Answered by bhartirathore299
0

Answer:

DDL is Data Definition Language which is used to define data structures. For example: create table, alter table are instructions in SQL. DML: DML is Data Manipulation Language which is used to manipulate data itself. For example: insert, update, delete are instructions in SQL.

Similar questions