Q. Which of the following is/are TRUE about DDL command?
β
Correct 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.