This tutorial introduces SQL as a query language. We will be using the SELECT command on the table cia which has fields: name, region, area, population and gdp (gross domestic product; in US dollars).
Using the select statement.
Using WHERE to filter records.
That's enough for the first tutorial. The next tutorial concerns nested select statements using the same cia table.