Which UPDATE statement is valid?

View the Exhibit and examine the structure of the ORDERS table.

Which UPDATE statement is valid?
A. UPDATE orders SET order_date = ’12-mar-2007′, order_total IS NULL WHERE order_id = 2455;
B. UPDATE orders
SET order_date = ’12-mar-2007′,
AND order_total = TO_NUMBER(NULL)
WHERE order_id = 2455;
C. UPDATE orders
SET order_date = ’12-mar-2007′, order_total = NULL WHERE order_id = 2455;
D. UPDATE orders
SET order_date = TO_DATE(’12-mar-2007′,’dd-mon-yyyy’),
SET order_total = TO_NUMBER (NULL)
WHERE order_id = 2455;

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.