Pergunta de entrevista da empresa Vaanam Technology

Explain the difference between DML and DDL.

Respostas da entrevista

Sigiloso

8 de fev. de 2020

I said the correct definition, but I explained the DML as DDL and DDL as DML.

Sigiloso

11 de ago. de 2020

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