Mitra Innovation interview question

Explain DDL and DML in database

Interview Answer

Anonymous

26 Nov 2020

DDL statements are used to create database, schema, constraints, users, tables etc. DML statement is used to insert, update or delete the records.