A

Admin • 833K Points
Coach

Q. What does the DROP TABLE Statement do?

  • (A) The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
  • (B) A new table in SQL is created using this SQL statement.
  • (C) Columns in the SQL database can be created, deleted, or modified with this SQL statement.
  • (D) A new database will be created through this SQL statement.
  • Correct Answer - Option(A)
  • Views: 29
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

The table, its structure, views, permissions, and triggers will also be deleted or removed with DROP TABLE SQL statement.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.