On your Oracle 12c database, you Issue the following commands to create indexes
SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE;
SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id);
Which two statements are correct? (Choose two.)
khan
Highly Voted 5 years, 8 months agojackymak
2 years, 9 months agojackymak
2 years, 9 months ago5kong
Most Recent 4 years, 9 months ago