Which of the following is NOT true about sorting query results on a single field?
A) Sorting is the process of rearranging records within a table in a specific order.
B) By default, records in a table or query are sorted by the primary key field.
C) To sort records, you have to select a sort field, or a field used to determine the order of the records.
D) A field may be sorted either in ascending order or descending order.
A
Computer Science & Information Technology
You might also like to view...
The series of faint dots on the outside border of a selected object are called ________
A) sizing handles B) borders C) alignment guides D) tab stops
Computer Science & Information Technology
At most, how many comparisons are required to search a sorted vector of 1023 elements using the binary search algorithm?
a. 10 b. 15 c. 20 d. 30
Computer Science & Information Technology