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 6 years, 2 months agojackymak
3 years, 4 months agojackymak
3 years, 3 months ago5kong
Most Recent 5 years, 3 months ago