The OUTPUT AFTER clause can be used to delay the output either by a specific time interval or by a specific number of rows.
Interval Delays With OUTPUT AFTER
Delay simple filter queries with the OUTPUT AFTER clause so that all rows leaving the query will leave five seconds after they enter.
Row Count Delays With OUTPUT AFTER
Delay output rows by a specific number of rows. A description of how to enable row delay, and what syntax to use.