Question 86

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 87

    Which three statements are true about views in an Oracle Database? (Choose three.)
  • Question 88

    Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?
  • Question 89

    View the Exhibit and examine the structure of the ORDERS table. (Choose the best answer.) 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 90

    These are the steps for a correlated subquery, listed in random order:
    * The WHERE clause of the outer query is evaluated.
    * A candidate row is fetched from the table specified in the outer query.
    * This is repeated for the subsequent rows of the table, until all the rows are processed.
    * Rows are returned by the inner query, after being evaluated with the value from the candidate row in the outer query.
    Which is the correct sequence in which the Oracle server evaluates a correlated subquery?