Question Details

Detailed explanation and options for the selected question.

What happens if you use the DROP TABLE command in SQL?

A. The table and its data are permanently removed
B. Only the table data is removed
C. The table structure is retained but emptied
D. The table is temporarily unavailable

Explanation:

DROP TABLE permanently removes the table and its data. Deleting data only, retaining structure, or temporary unavailability are incorrect descriptions.