1z0-071 Exam Question 231

View the Exhibit and examine the data in the PRODUCTS table.

You must display product names from the PRODUCTS table that belong to the 'Software/other' category with minimum prices as either $2000 or $4000 and with no unit of measure.
You issue this query:

Which statement is true?
  • 1z0-071 Exam Question 232

    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?