CBSE Class 12 Informatics Practices Question 4 of 44

Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 4

Back to all questions
4
Question

Question 4

Identify the SQL command used to delete a relation (table) from a relational database.

  1. DROP TABLE
  2. REMOVE TABLE
  3. DELETE TABLE
  4. ERASE TABLE
Answer

DROP TABLE

Reason — The DROP TABLE command in SQL is used to delete an entire relation (table) from a relational database, removing its structure and all data permanently.