RowLimit algorithm (RL)

RowLimit returns the first n rows of its input and ignores the remaining rows. Row limits are set by the TOP n or FIRST clause of the SELECT statement. See SELECT statement.