table
A collection of related database rows. It can be thought of as a rectangular
array of data in which each row describes a set of related information and each
column contains one piece of the information. A table sometimes is referred to
as a file or a relation.
See also column, cursor, database, key, row, rowid.