In SQL, which of the following syntax is correct for deleting the whole table?
- A. DELETE TABLE tblcustomer
- B. REMOVE TABLE tblcustomer
- C. DROP TABLE tblcustomer
- D. None correct
Answer: Option C
In SQL, which of the following syntax is correct for deleting the whole table?
Answer: Option C