A relational data model is a data model introduced by E. F. Codd in 1970, particularly well suited for business data management. In this model, data are organized in tables. The set of names of the columns is called the “schema” of the table. The data can be manipulated using a relational algebra. |