Mitra Innovation Interview Question

Explain DDL and DML in database

Interview Answer

Anonymous

Nov 26, 2020

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