Computer Science, asked by gkhushbu346, 7 months ago

The data definition language (DDL) is used to create, read, update, and
delete records in the database and to navigate between different records
and types of records.
O
True
O False​

Answers

Answered by diaann03
0

Answer: True

DDL

DDL is Data Definition Language and is used to define the structures like  database, tables, constraints etc. Examples of DDL are create and alter statements.

DML

DDL is Data Manipulation Language and is used to manipulate data. Examples of DML are insert, update and delete statements.

Similar questions