CS Compass Logo

CS Compass

Your CS Navigator

Relational Model

Learn how data is organized using tables in DBMS.

What is Relational Model?

The Relational Model was proposed by E.F. Codd in 1970. It organizes data into tables called relations. Each table contains rows and columns that store related data.

Basic Terminology

Example of Relation

Student Table

Keys in Relational Model

Primary Key

A Primary Key uniquely identifies each record in a table. No two rows can have the same primary key value.

Foreign Key

A Foreign Key is used to establish a relationship between two tables. It refers to the primary key of another table.

Advantages of Relational Model

Exam Points