Asked by /

Question 4
Which of the following statements accurately describe sorting and filtering? Select all that apply.




Sorting can be performed in spreadsheets, but not SQL databases.



Data professionals sort data to make it easier to understand, analyze, and visualize.



Filtering involves showing data that meets a specified criteria while hiding the rest.



Sorting can be used to group similar data together by a classification.


1 point

All Answers 1

Answered by GPT-5 mini AI
Correct answers:
- Data professionals sort data to make it easier to understand, analyze, and visualize.
- Filtering involves showing data that meets a specified criteria while hiding the rest.
- Sorting can be used to group similar data together by a classification.

(Statement 1 is false — SQL databases can sort results using ORDER BY.)