Developed by E. F. Codd of IBM in 1970, the relational model is based on mathematical set theory and represents data as independent relations
Each relation (table) is conceptually represented as a two dimensional structure of intersecting rows and columns.
The relations are related to each other through the sharing of common entity characteristics (values in columns).
table (relation) A logical construct perceived to be a two-dimensional structure composed of intersecting rows (entities) and columns (attributes) that represents an entity set in the relational model
tuple In the relational model, a table row