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

Top n and Bottom n queries are achieved using Sort operations, which order data based on specified criteria and then allow selecting the highest or lowest values. Filters restrict data based on conditions, Rank assigns position numbers, and Data aggregation combines values - none directly produce ordered Top/Bottom selections.