What is the purpose of MERGE in sql server 2008?
Options
- Merge statement allows a single statement for INSERT, DELETE and UPDATE a row that depends on a condition
- Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row that depends on a condition
- Merge statement allows a single statement for INSERT, DELETE and UPDATE a row that is independant on a condition
- Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row that is independant on a condition
CORRECT ANSWER : Merge statement allows a single statement for INSERT, DELETE and UPDATE a row that depends on a condition
Write your comments