Oracle Database SQL 12c 1z0-071 Exam Practice Test 2
© examsiri.com
Question : 32 of 50
Marks:
+1,
-0
View the Exhibit and examine the structure of the PRODUCT_INFORMATION table. (Choose the best answer.)
You create an index using this command:
SQL > CREATE INDEX upper_name_idx
ON product_information(UPPER(product_name));
No other indexes exist on the PRODUCT_INFORMATION table.
Which query would use the UPPER_NAME_IDX index?
PRODUCT_ID column is the primary key.
You create an index using this command:
SQL > CREATE INDEX upper_name_idx
ON product_information(UPPER(product_name));
No other indexes exist on the PRODUCT_INFORMATION table.
Which query would use the UPPER_NAME_IDX index?
Go to Question: