Question 146

Which three statements are true about performing DML operations on a view with no Instead of triggers defined?
  • Question 147

    Which three statements are true about indexes and their administration in an Oracle database?
  • Question 148

    View the exhibit and examine the structure in ORDERSand ORDER_ITEMStables.

    You need to create a view that displays the ORDER_ID, ORDER_DATE, and the total number of items in each order.
    Which CREATEVIEWstatement would create the views successfully?
  • Question 149

    View the Exhibit and examine the structure of the EMP table which is not partitioned and not an index-organized table. (Choose two.)

    Evaluate this SQL statement:
    ALTER TABLE emp
    DROP COLUMN first_name;
    Which two statements are true?
  • Question 150

    Which three statements are true regarding indexes?