nerdexam
Oracle

1Z0-047 · Question #14

Evaluate the following SQL statement: CREATE INDEX upper_name_idx ON product_information(UPPER(product_name)); Which query would use the UPPER_NAME_IDX index?

The correct answer is C. SELECT product_id. See the full explanation below for the reasoning.

Question

Evaluate the following SQL statement:

CREATE INDEX upper_name_idx ON product_information(UPPER(product_name)); Which query would use the UPPER_NAME_IDX index?

Exhibit

1Z0-047 question #14 exhibit

Options

  • ASELECT UPPER(product_name)
  • BSELECT UPPER(product_name)
  • CSELECT product_id
  • DSELECT product_jd, UPPER(product_name)

How the community answered

(53 responses)
  • A
    8% (4)
  • B
    13% (7)
  • C
    75% (40)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice