Oracle
1Z0-071 · Question #158
View the Exhibit and examine the structure of the PRODUCT_INFORMATION table. (Choose the best answer.) PRODUCT_ID column is the primary key. You create an index using this command: SQL > CREATE…
The correct answer is D. SELECT product_id. See the full explanation below for the reasoning.
Question
View the Exhibit and examine the structure of the PRODUCT_INFORMATION table. (Choose the best answer.) 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?
Exhibit
Options
- ASELECT product_id, UPPER(product_name)
- BSELECT UPPER(product_name)
- CSELECT UPPER(product_name)
- DSELECT product_id
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C16% (5)
- D75% (24)
Community Discussion
No community discussion yet for this question.
