Deloitte Interview Question

Difference between DDL and DML

Interview Answer

Anonymous

Jun 7, 2017

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. 1. DDL Commands - CREATE, ALTER, RENAME, DROP 2. DML Commands - INSERT, DELETE, SELECT,UPDATE