A. Only the ORD_CUSTOMER_IX1 index created.
B. oth the indexes are updated when a row is inserted, updated, or deleted in the ORDERS table.
C. oth the indexes are created: however, only ORD_CUSTOMERS_IX1 is used by the optimizer for queries on the ORDERS table.
D. The ORD_CUSTOMER_IX1 index is not used by the optimizer even when the OPTIMIZER_USE_INVISIBLE_INDEXES parameters is set to true.
E. oth the indexes are created and used by the optimizer for queries on the ORDERS table.
F. oth the indexes are created: however, only ORD_CUSTOMERS_IX2 is used by the optimizer for queries on the ORDERS table.