Question 191

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?
  • Question 192

    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?
  • Question 193

    The SALES table has columns PROD_IDand QUANTITY_SOLDof data type NUMBER.
    Which two queries execute successfully? (Choose two.)
  • Question 194

    Which three statements are true about multiple-row subqueries?
  • Question 195

    You want to display the date for the first Monday of the next month and issue the following command:

    What is the outcome?