asked 212k views
1 vote
Tova manages a database for an art gallery. If a customer wants a list of all of the pieces of art created by artists from the Caribbean, what should Tova do?

sort the data
query the data
filter the data
edit the data

1 Answer

9 votes
The Correct Answer is: Filter the data.
Filtering allows you to only see data based on what you requested. Sort stil shows all of the data, it is just in a different order. Editing the data is not what you want to do here either.
answered
User Mikael
by
7.6k points