About
A row in a relational database can model:
- an entity .
- or a relationship
Rows are components of a relation (table). They are located on its X axis.
A row is also known as:
- a tuple.
- record
- Structs ??,
It is a list (ordered collection) of elements of different types. The elements are called field. The fields of all records form the columns
Articles Related
Identifier
The row identifier (rowId) is called a primary key.