1.

Which of the following statement removes sales and suppliers database?(a) DROP DATABASE Sales, NewSales(b) DROP DATABASE Sales, suppliers(c) DROP DATABASE Sales and suppliers(d) DROP DATABASE Sales-suppliersI have been asked this question during a job interview.I'd like to ask this question from Data Definition Language topic in portion Creating the Physical Database Schema of SQL Server

Answer»

Correct ANSWER is (b) DROP DATABASE Sales, suppliers

Explanation: DROP DATABASE can be used for removing multiple databases in one statement.



Discussion

No Comment Found

Related InterviewSolutions