1.

Define ddl and dml

Answer» DDL is stand for data definition language DDL command are create ,alter, drop.DML is stand for data manipulation language DML commands are select ,insert, delete ,update.
DDL\xa0stands for Data Definition Language.\xa0DML\xa0stands for Data Manipulation Language.\xa0DDL\xa0statements are used to ceate database, schema, constraints, users, tables etc.\xa0DML\xa0statement is used to insert, update or delete the records.


Discussion

No Comment Found