|< < 23 > >|

Aggregation

Scripts: See agg.sql.

Counting rows

How many rows are in table T?
select count(*) from T

|< < 23 > >|