1z0-071 Exam Question 106

Examine the structure of the BOOKS_TRANSACTIONS table:

You want to display the member IDs, due date, and late fee as $2 for all transactions.
Which SQL statement must you execute?
  • 1z0-071 Exam Question 107

    View the Exhibit and examine the structure of the CUSTOMERStable.

    Using the CUSTOMERStable, 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?
    SELECT NVL(TO_CHAR(cust_credit_limit*.15),'Not Available') "NEW CREDIT"
  • 1z0-071 Exam Question 108

    Examine the description of the PRODUCT_ STATUS table:

    The STATUS column contains the values IN STOCK or OUT OF STocK for each row.
    Which two queries will execute successfully?
  • 1z0-071 Exam Question 109

    Which three statements are true about GLOBAL TEMPORARY TABLES?
  • 1z0-071 Exam Question 110

    Examine the structure of the SALES table.

    Examine this statement:

    Which two statements are true about the SALES1 table? (Choose two.)