READ Free Dumps For Oracle- 1z1-051
Question ID 4830 | You work as a database administrator at ABC.com. You study the exhibit carefully. |
Option A | A. It displays a bonus of 1000 for all customers whose AMT_SPENT equals CREDIT_LIMIT or AMT_SPENT is null |
Option B | B. It produces an error because the AMT_SPENT column contains a null value |
Option C | C. It produces an error because the TO_NUMBER function must be used to convert the result of the NULLIF function before it can be used by the NVL2 function |
Option D | D. It displays a bonus of 1000 for all customers whose AMT_SPENT is less than CREDIT_LIMIT |
Correct Answer | A |
Question ID 4831 | You work as a database administrator at ABC.com. You study the exhibit carefully. |
Option A | A. INSERT INTO orders VALUES( 1,'10-mar-2007','direct', (SELECT customer_id FROM customers |
Option B | B. INSERT INTO orders ( order_id ,order _date,order_mode , (SELECT customer_id FROM customers |
Option C | C. INSERT INTO( SELECT o.order_id,o.order,o.order_mode,c.customer_id,o.order_total |
Option D | D. INSERT INTO orders ( order_id ,order _date,order_mode , (SELECT customer_id FROM |
Correct Answer | A |