12.3k views
1 vote
You would like to put the data in order by product number. What should you do?

a. Use the find command.
b. Conduct a query.
c. Sort.
d. Map the data.

User Entercaspa
by
8.1k points

1 Answer

3 votes

If someone wants to put data in order (ascending or descending) they should sort the data.

c. Sort

Step-by-step explanation:

Sorting is the process of arranging the data on the basis of some property or attribute. Using the find command, conducting a query, and mapping the data would not help.

There are various sorting algorithms like the bubble sort, selection sort, insertion sort, quick sort, and merge sort. Out of all the attributes, one or a combination of attributes can be selected to serve as the basis for sorting.

User Thibault
by
9.1k points