Question 121

Examine the description of the BOOKS_TRANSACTIONS table:

Which two WHERE conditions give the same result?
  • Question 122

    Examine the structure of the PROGRAMS table:

    Which two SQL statements would execute successfully?
  • Question 123

    View the exhibit and examine the ORDERStable.

    The ORDERStable contains data and all orders have been assigned a customer ID. Which statement would add a NOTNULLconstraint to the CUSTOMER_IDcolumn?
  • Question 124

    Which statement is true about aggregate functions?
  • Question 125

    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?