CBSE Class 12 Computer Science Question 71 of 79

Table Creation and Data Manipulation Commands — Question 17

Back to all questions
17
Question

Question 17

Drop table Employee and Department.

Answer
DROP TABLE IF EXISTS Employee ;
DROP TABLE IF EXISTS Department ;