Oracle
1Z0-047 · Question #235
1Z0-047 Question #235: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-047 to reveal the answer and full explanation for question #235. The question stem and answer options stay visible for context.
Question
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. Evaluate the following UPDATE statement: UPDATE (SELECT order_date, order_total, customer_id FROM orders) SET order_date = 22-mar-2007' WHERE customer_id = (SELECT customer_id FROM customers WHERE cust_last_name = 'Roberts'AND Credit_limit = 600); Which statement is true regarding the execution of the above UPDATE statement?
Exhibit
Options
- AIt would not execute because two tables cannot be used in a single UPDATE statement.
- BIt would execute and restrict modifications to only the columns specified in the SELECT statement.
- CIt would not execute because a subquery cannot be used in the WHERE clause of an UPDATE statement.
- DIt would not execute because the SELECT statement cannot be used in place of the table name.
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.
