Boards83
PracticePast papers
Past papers›2025 paper›Q27ii(or)
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.

← Previous questionAll 2025 questionsNext question →