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