Oracle
1Z0-082 · Question #19
1Z0-082 Question #19: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-082 to reveal the answer and full explanation for question #19. 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 NVL2(cust_credit_limit * .15, `Not Available') FROM customers;
- CSELECT NVL(TO_CHAR(cust_credit_limit * .15), `Not Available') FROM customers;
- DSELECT TO_CHAR(NVL(cust_credit_limit * .15, `Not Available')) FROM customers;
- ESELECT NVL2(cust_credit_limit, TO_CHAR(cust_credit_limit * .15), `Not Available') FROM
Unlock 1Z0-082 to see the answer
You've previewed enough free 1Z0-082 questions. Unlock 1Z0-082 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.