nerdexam
Oracle

1Z0-071 · Question #108

1Z0-071 Question #108: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #108. The question stem and answer options stay visible for context.

Question

View the Exhibit and examine the structure of the CUSTOMERS table. Using the CUSTOMERS table, you must generate a report that displays a credit limit increase of 15% for all customers. Customers with no credit limit should have "Not Available" displayed. Which SQL statement would produce the required result?

Exhibit

1Z0-071 question #108 exhibit

Options

  • ASELECT NVL(TO_CHAR(cust_credit_limit*.15), `Not Available') "NEW CREDIT" FROM
  • BSELECT TO_CHAR(NVL(cust_credit_limit*.15, `Not Available')) "NEW CREDIT" FROM
  • CSELECT NVL(cust_credit_limit*.15, `Not Available') "NEW CREDIT" FROM customers;
  • DSELECT NVL(cust_credit_limit, `Not Available')*.15 "NEW CREDIT" 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.

Full 1Z0-071 Practice