Which query would use the UPPER_NAME_IDX index?

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?


A. SELECT UPPER(product_name) FROM product_information WHERE product_jd = 2254;
B. SELECT UPPER(product_name) FROM product_jnformation;
C. SELECT product_id FROM product_jnformationWHERE UPPER(product_name) IN (‘LASERPRO’, ‘Cable);
D. SELECT product_jd, UPPER(product_name) FROM product_informationWHERE UPPER(product_name)=’LASERPRO’ OR list_price > 1000;

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.