is used to create and modify different database structure.
Answers
Answered by
1
Answer:
Data Definition Language (DDL) is used to create and modify different database structure.
Explanation:
A DDL is a language used to define data structures and modify data. For example, DDL commands can be used to add, remove, or modify tables within in a database. DDLs used in database applications are considered a subset of SQL, the Structured Query Language.
Similar questions