nerdexam
Oracle

1Z0-071 · Question #72

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

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

Question

See the Exhibit and Examine the structure of the CUSTOMERS table: Using the CUSTOMERS table, you need to generate a report that shows an increase in the credit limit by 15% for all customers. Customers whose credit limit has not been entered should have the message "Not Available" displayed. Which SQL statement would produce the required result?

Options

  • ASELECT NVL(cust_credit_limit,'Not Available')*.15 "NEW CREDIT" FROM customers;
  • BSELECT NVL(cust_credit_limit*.15,'Not Available') "NEW CREDIT" FROM customers;
  • CSELECT TO_CHAR(NVL(cust_credit_limit*.15,'Not Available')) "NEW CREDIT" FROM
  • DSELECT NVL(TO_CHAR(cust_credit_limit*.15),'Not Available') "NEW CREDIT" FROM

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