In relational database terminology, a row (also called a tuple or record) represents a single complete entry in a table. Columns contain attributes/fields, and a row contains all the values for one entity. A relation is the table itself, not a single record.