SELECT TOP (n), which is not paging: no offset and no ordering needed.
SELECT TOP (n)
final int? topRows;