Question 21

You notice a performance change in your production Oracle 12c database. You want to know which change caused this performance difference.
Which method or feature should you use?
  • Question 22

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

    Which two statements are true about INTERVAL data types?
  • Question 24

    Examine this query:
    SELECT 2 FROM dual d1 CROSS JOIN dual d2 CROSS JOIN dual d3;
    What is returned upon execution?
  • Question 25

    Which two are true about the MERGE statement?