engineering computer science MCQ #801

Which SQL command is used to delete a database table?

engineering computer science MCQ #801

  1. Question 1

    Q1. Which SQL command is used to delete a database table?

    • A) DROP TABLE
    • B) DELETE TABLE
    • C) REMOVE TABLE
    • D) TRUNCATE TABLE

    Answer: DROP TABLE

    Explanation: DROP TABLE command is used to delete a database table, removing its structure and data from the database.