Question 34

Computer Awareness Introduction to Data Base Easy

Which of the following commands is used to delete a table in SQL?

(A) Delete
(B) Drop
(C) Truncate
(D) Remove
View Dynamic Solution & Explanation
Correct Solution: Option B

Step-by-step Solution:

The command used to delete a table in SQL is DROP. The ttDROP TABLE command removes the entire table along with its structure and data from the database. \[\] \[\] Correct Option: (b)