Which SQL command is used to completely delete a table, removing both its data…

2025

Which SQL command is used to completely delete a table, removing both its data and structure from the database?

Answer: A. DROP TABLEThe correct command is DROP TABLE. It permanently deletes the table definition and all data.

  1. A.

    DROP TABLE

  2. B.

    REMOVE TABLE

  3. C.

    ERASE TABLE

  4. D.

    DELETE TABLE

Attempted by 576 students.

Show answer & explanation

Correct answer: A

The correct command is DROP TABLE. It permanently deletes the table definition and all data.

Explore the full course: Up Police Computer Operator

Loading lesson…