MCQOPTIONS
Saved Bookmarks
| 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]; | |