Q. What does the DROP TABLE Statement do?
β
Correct 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.