nerdexam
Oracle

1Z0-047 · Question #260

1Z0-047 Question #260: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-047 to reveal the answer and full explanation for question #260. The question stem and answer options stay visible for context.

Question

View the Exhibit and examine the structure of the CUSTOMERS table. CUSTOMER_VU is a view based on CUSTOMERS_BR1 table which has the same structure as CUSTOMERS table. CUSTOMERS needs to be updated to reflect the latest information about the customers. What is the error in the following MERGE statement? MERGE INTO customers c USING customer_vu cv ON (c.customer_id = cv.customer_id) WHEN MATCHED THEN UPDATE SET customer_id = cv.customer_id, cust_name = cv.cust_name, cust_email = cv.cust_email, income_level = cv.income_level WHEN NOT MATCHED THEN INSERT VALUES(cv.customer_id,cv.cust_name,cv.cust_email,cv,income_level) WHERE cv.income_level >100000;

Options

  • AThe CUSTOMER_ID column cannot be updated.
  • BThe INTO clause is misplaced in the command.
  • CThe WHERE clause cannot be used with INSERT.
  • DCUSTOMER_VU cannot be used as a data source.

Unlock 1Z0-047 to see the answer

You've previewed enough free 1Z0-047 questions. Unlock 1Z0-047 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 1Z0-047 Practice