πŸ“Š MySQL
Q. Which of the following is/are TRUE about DDL command?
  • (A) Our data is stored in a table that is described by the schema, thus DDL commands deal with the schema.
  • (B) With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration.
  • (C) Both A. and B.
  • (D) None of the above
πŸ’¬ Discuss
βœ… 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.

Explanation by: Vishal Gupta
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
173
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Vishal Gupta
Publisher
πŸ“ˆ
95%
Success Rate