|
Explanation: : this is the correct MERGE statement syntax Incorrect answer : 2: it should MERGE INTO table_name 3: it should be WHEN MATCHED THEN 4: it should MERGE INTO table_name Reference: Introduction to Oracle9i : SQL, Oracle University Study Guide, 8-29
|