Question: Question# 3 : ( Select all answers that are true ) Which of the following SQL queries uses proper syntax and displays sales reps in

Question#3:
(Select all answers that are true)
Which of the following SQL queries uses proper syntax and displays sales reps in the city of Auburn sorted by last name and then on first name (select all that are correct):
a) SELECT * FROM rep WHERE city is 'Auburn' ORDER BY last_name, first_name;
b) SELECT * FROM rep WHERE city = 'auburn' ORDER BY last_name DESC, first_name ASC;
c) SELECT * FROM rep WHERE city = 'Auburn' ORDER BY last_name, first_name DESC;
d) SELECT * FROM rep WHERE city = 'Auburn' ORDER BY last_name AND first_name;
 Question#3: (Select all answers that are true) Which of the following

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!