214k views
5 votes
What does complex sorting allow that simple sorting does not?

A. Data can be sorted according to two different fields.
B. Data can be sorted according to one field.
• C. Data can be sorted in numerical order.
D. Data can be sorted in either ascending or descending order.

User Hughzi
by
7.4k points

1 Answer

5 votes

Complex sorting allows data to be sorted based on multiple fields or criteria, whereas simple sorting only allows data to be sorted based on one field or criterion. For example, in a database of employees, simple sorting would only allow you to sort the data based on one field such as last name or salary.

User Smila
by
7.6k points