Asked by Cameron Hutton on May 07, 2024

verifed

Verified

If the query design grid contains three fields named ProductName,Price,and DateOrdered,how does the datasheet list records if you add a descending sort to the Price field?

A) in alphabetic order by ProductName
B) from the most recent to the oldest DateOrdered
C) from lowest to highest Price
D) from highest to lowest Price

Descending Sort

A method of sorting data in which values are arranged from highest to lowest.

Datasheet

A grid-based view displaying rows and columns of data, similar to a spreadsheet.

Price Field

A Price Field is a component of a database table that stores monetary values associated with products or services.

  • Master the technique of adjusting field characteristics to reflect and display data values accurately.
verifed

Verified Answer

JS
Jocelyne ServinMay 11, 2024
Final Answer :
D
Explanation :
Adding a descending sort to the Price field will list the records from highest to lowest price.