Which Of The Following Statement Is Used To Delete A Database #312
Which of the following statement is used to delete a database in SQL?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Database - SQL Drop DB - Quiz No.1.
Which of the following statement is used to delete a database in SQL?
DROP DATABASE
DROP database_name
DROP DATABASE database_name
DROP DATABASE (database_name)