SQLzoo.net

Get the 11th to the 20th rows of the cia table - by population.

SQL Server


Specific to SQL Server
We select the bottom 10 of the top 20 - we end up with the list in the wrong order - this can be fixed with another nested select.

Related links:

  • META DATA