Question 186

Which two are true about using constraints?
  • Question 187

    Which statement is true regarding external tables?
  • Question 188

    View the Exhibit and examine the structure of the ORDERS table.

    You must select ORDER_ID and ORDER_DATE for all orders that were placed after the last order placed by CUSTOMER_ID 101.
    Which query would give you the desired result?
  • Question 189

    Examine the structure of the BOOKS_TRANSACTIONStable:

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

    The user SCOTT who is the owner of ORDERS and ORDER_ITEMS tables issues this GRANT command:
    GRANT ALL
    ON orders, order_items
    TO PUBLIC;
    What must be done to fix the statement?