1.

Syntax for creating database snapshot in SQL Server is _______________

A. DROP DATABASE [snapshottest];
B. DELETE DATABASE [snapshottest];
C. DROP Snapshot [snapshottest];
D. None of the mentioned
Answer» B. DELETE DATABASE [snapshottest];


Discussion

No Comment Found