A manager has requested a list of products from highest price to lowest. How would this information be retrieved
Answers
Answered by
4
Answer:
A manager has requested a list of products from highest price to lowest. How would this information be retrieved
Answered by
0
Sort descending
A manager has requested a list of products from highest price to lowest. Sort descending this information be retrieved.
- The result set can be sorted in either ascending or descending order using the ORDER BY command. The default sorting of the result set by the ORDER BY command is ascending. Use the DESC keyword to sort the records in descending order.
- The fetched data is sorted using the SQL ORDER BY command either in ascending or descending fashion. Records are typically sorted using the ORDER BY keyword in ascending order. Use the DESC keyword to sort the records in descending order.
- at least e columns.
- Click on the column title in Windows Explorer or any Office dialogue that is based on Explorer (Open, Save As, etc.) to sort file names or other columns (such as Date Modified). A single click will sort items in ascending order; the next will change that to descending order; and so on. Data Manipulation Language is known as DML. In a database, it is used to retrieve, store, change, remove, insert, and update data.
#SPJ3
Similar questions