Question: 1. Write a SELECT statement to return all categories, ordered by the category name, reverse order. In other words, Seafood will be in the first
1. Write a SELECT statement to return all categories, ordered by the category name, reverse order.
In other words, Seafood will be in the first row (at the top) of the results. And Beverages will be in the last row (at the bottom).\
2. Write a SELECT statement to return all columns of products whose prices are over 10
3. Write a SELECT statement to return the first name, last name, and birthday of all employees born in the 1950s using LIKE/WHERE
4. Write a SELECT statement to return all columns for orders, limited to just 5 rows
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
