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
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.