Evaluate the following SQL statement:CREATE INDEX upper_name_idx -ON product_information(UPPER(product_name));Which quer

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

Evaluate the following SQL statement:CREATE INDEX upper_name_idx -ON product_information(UPPER(product_name));Which quer

Post by answerhappygod »

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_jnformation WHERE UPPER(product_name) IN ('LASERPRO', 'Cable);
D. SELECT product_jd, UPPER(product_name) FROM product_information WHERE UPPER(product_name)='LASERPRO' OR list_price > 1000;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply