Which statement is correct?

On your Oracle 12c database, you issue the following commands to create indexes:
SQL> CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id); SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders
(customer_id, sales_rep_id);
Which statement is correct?
A. Only the ORD_CUSTOMER_IX1 index is created and it is visible.
B. Both the indexes are created and both of them are visible.
C. Both the indexes are created; however, only the ORD_CUSTOMER_IX1 index is visible.
D. Both the indexes are created; however, only the ORD_CUSTOMER_IX2 index is visible.

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Which statement is correct?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.