Oracle
1Z0-071 · Question #327
1Z0-071 Question #327: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #327. The question stem and answer options stay visible for context.
Question
The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER. Which two queries execute successfully? (Choose two.)
Options
- ASELECT NVL (cust_credit_limit * .15, `Not Available') FROM customers;
- BSELECT TO_CHAR(NVL(cust_credit_limit * .15, `Not Available')) FROM customers;
- CSELECT NVL(TO_CHAR(cust_credit_limit * .15), `Not Available') FROM customers;
- DSELECT NVL2(cust_credit_limit, TO_CHAR(cust_credit_limit * .15), `Not Available') FROM
- ESELECT NVL2 (cust_credit_limit * .15, `Not Available') FROM customers;
Unlock 1Z0-071 to see the answer
You've previewed enough free 1Z0-071 questions. Unlock 1Z0-071 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.