InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Database snapshots cannot be modified(b) Database snapshots can be modified(c) A collation name can be specified with the FOR ATTACH or FOR ATTACH_REBUILD_LOG clauses(d) None of the mentionedThe question was asked in final exam.Origin of the question is Data Definition Language in division Creating the Physical Database Schema of SQL Server |
|
Answer» RIGHT OPTION is (a) Database SNAPSHOTS cannot be modified To elaborate: A database snapshot is a read-only, STATIC VIEW of a SQL Server database. |
|