Relational Model in DBMS
Relational Model in DBMS
Topic of discussion
Relational Model
Relational Model Concepts
Relational Integrity Constraints
Operation in Relational Model
Relational Model
Relational Model was proposed by E.F. Codd
to model data in the form of relations or
tables.
Relational Model represents the database as
a collection of relations. A relation is nothing
but a table of values.
Relational Model represents how data is
stored in Relational Databases.
A relational database stores data in the form
of relations (tables).
Relational Model
Some popular Relational Database
management systems are:
DB2 and Informix Dynamic Server - IBM
Oracle and RDB – Oracle
SQL Server and Access - Microsoft
Relational Model Concepts
Customer
Relational Model Concepts
Attribute: Each column in a Table. Attributes are the properties
which define a relation. e.g., customer_id, customer_name etc.