What does the DROP TABLE Statement do?

10. What does the DROP TABLE Statement do?

  1. The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
  2. A new table in SQL is created using this SQL statement.
  3. Columns in the SQL database can be created, deleted, or modified with this SQL statement.
  4. A new database will be created through this SQL statement.

Answer: A) The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.