Examine the description of the MEMBERS table:Examine the partial query:SELECT city, last_name AS lname FROM members ...;

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

Examine the description of the MEMBERS table:Examine the partial query:SELECT city, last_name AS lname FROM members ...;

Post by answerhappygod »

Examine the description of the MEMBERS table:Examine the partial query:SELECT city, last_name AS lname FROM members ...;You want to display all cities that contain the string AN. The cities must be returned in ascending order, with the last names further sorted in descending order.Which two clauses must you add to the query? (Choose two.)
Examine The Des 1
Examine The Des 1 (40.89 KiB) Viewed 100 times
A. ORDER BY 1, 2
B. ORDER BY 1, lname DESC
C. WHERE city IN ('%AN%')
D. WHERE city = '%AN%' E. WHERE city LIKE '%AN%' F. ORDER BY last_name DESC, city ASC
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