MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following query selects incremental inserts from the Sales.Customer table at the server? |
| A. | IF @sync_initialized == 0 |
| B. | IF @sync_initialized = 0 |
| C. | IF @sync_initialized =0 |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |