Introduction To The Relational Model
Introduction To The Relational Model
Relational Model
The relational model is a conceptual and mathematical model of data
organization. It organizes data into one or more tables (or "relations") of columns
and rows. This model is widely used in database management systems. It
provides a consistent, structured, and effective way to interact with databases.
Key Concepts in the Relational Model
Tables and Rows Attributes and Domains
Relational databases store data in tables Attributes represent the columns, and domains
composed of rows and columns. define the type of data each attribute can hold.
It provides a theoretical foundation for relational databases and is essential for understanding database management
and optimization.
Selection and Projection Operations
Selection Operations Projection Operations
Selection is used to extract rows that meet specific Projection is used to extract specific columns from a
conditions from a relation. relation, ignoring the rest of the attributes.