InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statement removes database including its related components?(a) DROP DATABASE(b) DELETE DATABASE(c) REMOVE DATABASE(d) None of the mentionedI have been asked this question in an interview for job.This key question is from Data Definition Language in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» RIGHT choice is (a) DROP DATABASE For EXPLANATION: DROP statement adds support for DROPPING database SNAPSHOTS. |
|