DBMS | SQL | Question 2
Which of the following command is used to delete a table in SQL?
(A) delete
(B) truncate
(C) remove
(D) drop
Answer: (D)
Explanation: drop is used to delete a table completely
Quiz of this Question
Which of the following command is used to delete a table in SQL?
(A) delete
(B) truncate
(C) remove
(D) drop
Answer: (D)
Explanation: drop is used to delete a table completely
Quiz of this Question
Please Login to comment...