Computer Science, asked by kunal282007, 6 months ago

What do you understand by the term Sort and how is it different from Filter? ​

Answers

Answered by mdp1175
3

Answer:

sorting means ordering or arranging the data according to a criteria, for example, in alphabetical order, or last updated, etc.

whereas, filtering means getting only the results which follow the given criteria.

for example, in a given data of one full year, filtering it to the criteria of "created in January" will make only the data entered in January as visible.

hope it helps.

Similar questions