Within a database, a table is a collection of data that's organized into columns and rows.

Might friends be a table?

Indeed, friends is a table and id, name, age and height are its columns. A row in this table represents a unique friend and is referred to as a record.

Wait! Didn't we say friends?