Beginner
SQL
Q32 / 100
What does "DROP TABLE table_name" do?
Correct! Well done.
Incorrect.
The correct answer is B) Permanently deletes the table and all its data and structure
B
Correct Answer
Permanently deletes the table and all its data and structure
Explanation
DROP TABLE completely removes the table definition along with all data, indexes, and constraints associated with it.
Progress
32/100