What needs to be done to perform a fast refresh?
Options
- The server that manages the snapshot executes the snapshot's defining query
- Query should replace the existing snapshot data to refresh the snapshot
- The server that manages the snapshot first identifies the changes that occurred in the master since the most recent refresh of the snapshot and then applies them to the snapshot
- Create a snapshot log for the table so that fast refreshes of the snapshots are an option
CORRECT ANSWER : The server that manages the snapshot first identifies the changes that occurred in the master since the most recent refresh of the snapshot and then applies them to the snapshot
Write your comments