Question
Wondering if I could get a bit of help with this question: 2. Query Sales.Store table to obtain the list of Name and SalesPersonID where
Wondering if I could get a bit of help with this question:
2. Query Sales.Store table to obtain the list of Name and SalesPersonID where the store name starts with the letters g through j and the SalesPersonID is greater than 283. Make sure that the list is sorted by SalesPersonID and then by Name fields in a descending order. Be sure the query returns all the required rows.
Submit the SQL statement used to accomplish this task.
How many rows were affected?
Provide a screenshot of the result set.
Hint: Combine WHERE clause conditions and also have an ORDER BY clause in place.
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