Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question# 3 : ( Select all answers that are true ) Which of the following SQL queries uses proper syntax and displays sales reps in
Question#:
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 lastname, firstname;
b SELECT FROM rep WHERE city 'auburn' ORDER BY lastname DESC, firstname ASC;
c SELECT FROM rep WHERE city 'Auburn' ORDER BY lastname, firstname DESC;
d SELECT FROM rep WHERE city 'Auburn' ORDER BY lastname AND firstname;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started