CBSE · 083Class XII · 2025Section B1 mark
Question 27ii(or)
4 March 2025 · Computer Science (083)
(ii) (b) Write the SQL command to delete the table EMPLOYEES.
Answer
DROP TABLE EMPLOYEES;
Explanation
DROP TABLE removes the entire table structure and its data from the database.