171k views
1 vote
To sort records in a query, specify the sort order in the ____ row of the design grid below the field that is the sort key. question 30 options:

User PSoLT
by
8.4k points

1 Answer

4 votes
Sort - Sorting of records means to arrange records either in descending or ascending order according to the specified key. If the key is of string type, then the data will be sorted in alphabetical order. If the key is of numeric type, the data will be sorted according to value of the number. And if it is of date type, the data will be sorted from latest to oldest or vice versa.
User Zuned Ahmed
by
7.6k points