197k views
2 votes
______ is a collection of instructions and commands used to define and describe data and relationships in a specific database.

1 Answer

7 votes
Data definition language (DDL) is a collection of instructions and commands used to define and describe data and relationships in a specific database. DDL is a subset of SQL statements that change the structure of the database : by creating objects, deleting objects, or modifying objects, where objects can be databases, tables, and views.
User Alexmulo
by
7.5k points