Home »
MCQs »
DBMS MCQs »
DBMS Languages MCQs
What is Create used for in DDL?
9. What is Create used for in DDL?
- Data dictionary comments are made with this tool.
- All records in a table can be removed using this function.
- A database object is created with this function.
- The database structure can be altered with it.
Answer: C) A database object is created with this function
Explanation:
A database object is created with a create function in DDL.