Oracle
1Z0-082 · Question #94
1Z0-082 Question #94: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-082 to reveal the answer and full explanation for question #94. The question stem and answer options stay visible for context.
Question
Examine the description of the CUSTOMERS table: For customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed. Which query should be used?
Exhibit
Options
- ASELECT cust_first_name, cust_credit_limit * .05 AS DUE_AMOUNT FROM customers
- BSELECT cust_first_name, cust_credit_limit * .05 AS DUE_AMOUNT FROM customers
- CSELECT cust_first_name, cust_credit_limit * .05 AS DUE_AMOUNT FROM customers
- DSELECT cust_first_name, cust_credit_limit * .05 AS DUE_AMOUNT FROM customers
- ESELECT cust_first_name, cust_credit_limit * .05 AS DUE_AMOUNT FROM customers
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.
