Multiple choice technology web technology

Topn/Bottom n can be achieved using

  1. Filters

  2. Sort

  3. Rank

  4. Data aggregation

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

To achieve Top n or Bottom n results, you need to Sort the data first to establish ordering, then select the first or last n records. Filters reduce rows but don't guarantee ordering, Rank assigns position numbers but doesn't subset data, and Data aggregation summarizes rather than selects extremes.