
CREATE DATABASE statement can also be used to create database snapshots of existing databases.
Database snapshot is a read only static view of a SQL Server database.Snapshot is transitionally consist with the source database as of the snapshot
creation. A database snapshot always resides on the same server
instances as it source database. As the source database updates the
snapshot is updated.
In database snapshot creation in CREATE DATABASE...