Relationals
Relationals are a fundamental concept in database theory and practice. They are based on the mathematical theory of relations, as formalized by E.F. Codd. A relational database organizes data into one or more tables, also known as relations. Each table consists of rows, representing individual records or tuples, and columns, representing attributes or fields.
The structure of a relational table is defined by its schema, which specifies the names and data
Data within a relational database is accessed and manipulated using a relational algebra or a query language