A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(C)
  • Views: 26
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.