Question: Which of the following SQL statements will display REP _ ID column values in a sorted manner? a . SELECT rep _ id FROM SALES

Which of the following SQL statements will display REP_ID column values in a sorted manner?
a. SELECT rep_id FROM SALES_REP ORDERED ASC;
b. SELECT rep_id FROM SALES_REP SORTED BY rep_id DESC;
c. SELECT rep_id FROM SALES_REP SORTED ASC;
d. SELECT rep_id FROM SALES_REP ORDER BY rep_id DESC;
e. All of the above
f. None of the above
 Which of the following SQL statements will display REP_ID column values

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!