Which of the following SQL command will delete the structure as well as…

2022

Which of the following SQL command will delete the structure as well as content of a table EMPLOYEE?

  1. A.

    ERASE EMPLOYEE;

  2. B.

    DELETE FROM EMPLOYEE;

  3. C.

    DROP EMPLOYEE;

  4. D.

    DROP TABLE EMPLOYEE;

Attempted by 2227 students.

Show answer & explanation

Correct answer: D

The SQL command DROP TABLE removes the entire table, including its structure, data, indexes, and constraints. DELETE FROM removes only the records, not the table structure.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Up Lt Grade Assistant Teacher 2025