Question 96

Examine this statement which executes successfully:
Which statement will violate the CHECK constraint?
  • Question 97

    Which two statements are true about dropping views?
  • Question 98

    A non-correlated subquery can be defined as __________. (Choose the best answer.)
  • Question 99

    Examine the description of the ORDERS table:

    Which three statements execute successfully?
  • Question 100

    View the Exhibit and examine the structure of ORDERSand ORDER_ITEMStables.
    ORDER_IDis the primary key in the ORDERStable. It is also the foreign key in the ORDER_ITEMStable wherein it is created with the ON DELETE CASCADEoption.
    Which DELETEstatement would execute successfully?