157k views
0 votes
What is the difference between a sort tool and a filter tool?

A. A sort tool is used by end users, and a filter tool is used by database administrators.
B. A sort tool is used by database administrators, and a filter tool is used by end users.
C. A sort tool arranges records by field but hides them from view, and a filter tool hides records that a user does not want to view when focusing on specific records.
D. A sort tool hides records from view but does not remove them from a database, and a filter tool removes unwanted records from a database.

2 Answers

7 votes
I'd say - D. A sort tool hides records from view but does not remove them from a database, and a filter tool removes unwanted records from a database.
User Stan Shaw
by
6.1k points
7 votes

Answer:

D. A sort tool hides records from view but does not remove them from a database, and a filter tool removes unwanted records from a database.

Step-by-step explanation:

When you want to sort items, you want to order them by importance, not remove anything. You can sort by field, timestamp, etc. If a record is not important in your sorting, it will be way down the list, so basically hidden.

When you want to filter something, you want to remove something.

So the correct answer is:

D. A sort tool hides records from view but does not remove them from a database, and a filter tool removes unwanted records from a database.

User Lev Levitsky
by
5.7k points