nerdexam
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

1Z0-071 question #158 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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    16% (5)
  • D
    75% (24)

Community Discussion

No community discussion yet for this question.

Full 1Z0-071 Practice