Question 136

On your Oracle Database, you issue the following commands to create indexes:
SQL > CREATE INDEX oe.ord_customer_ix1 ON or-orders (customer_id,
sales_rep_id) INVISIBLE;
SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customer_id, sales_rep_id); Which two statements are true?
  • Question 137

    Which three operations can be performed as multipartition operations in Oracle Database 12c? (Choose three.)
  • Question 138

    Examine the following commands for redefining a table with Virtual Private Database (VPD) policies: Which two statements are true about redefining the table?
  • Question 139

    On your Oracle Database, you issue the following commands to create indexes:
    SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE;
    SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customer_id, sales_rep_id);
    Which two statements are true? (Choose two.)
  • Question 140

    You execute the following PL/SQL:

    Which two statements are true?