
If you use relational databases day by day, you know that each vendor implement ANSI SQL standard in different ways.
One of the differences is in pagination.
With pagination we mean the way to retrieve data from a result set in chunked way, with a fixed width of chunk.
Each…