In relational database terms, a row is a collection of fields that make up a record.
The cells in a row run horizontally, and together, contain all data for that record.
A row can contain as many fields as required, each one defined in a different column. There must be at least one column defined in a table before a row of data can be added. The row is the smallest unit of data that can be inserted into a table and deleted from a table.