Multiple choice technology

Filters in a query do what?

  1. Restrict result sets

  2. Filter occurrences

  3. Increase the query performance

  4. None of the Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Filters restrict result sets by applying conditions that narrow the data returned. Option B ('Filter occurrences') is vague and not a standard database concept. Option C is incorrect because while filters can reduce data volume, their primary purpose is data restriction, not performance enhancement - that's a side effect, not the function itself.