Home »
MCQs »
SQL MCQs »
SQL Commands: DDL, DML, DCL, TCL, DQL MCQs
Which of the following is/are TRUE about DDL command?
5. Which of the following is/are TRUE about DDL command?
- Our data is stored in a table that is described by the schema, thus DDL commands deal with the schema.
- With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration.
- Both A. and B.
- None of the above
Answer: C) Both A. and B.
Explanation:
In the case of DDL commands:
- Our data is stored in a table that is described by the schema, thus DDL commands deal with the schema.
- With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration.