Site icon i2tutorials

DBMS – Intro of relational database

Introduction to Relational Database

 

A Relational Database is a kind of database that stores, maintains and presents mutually related data points.

 

Let’s understand this using an example:

 

STUDENTS

S.NoS. NameAge QualificationD.O.B
001Alex19Btech18-01-2002
004Max19Btech25-08-2002
007Glen20Btech23-04-2001
010Patrik20Btech02-07-2001
017Maggie20Btech13-06-2001

 

 

 

Example: STUDENTS in the above table.

 

 

 

 

 

 

Example: 

007Glen20Btech23-04-2001

 

 

 

Example: ”S.Name”

 

 

 

Example: [001, 04, 007, 010, 017]

 

 

 

Ex :  [001, 04, 007, 010, 017]

 

Properties of Relational Database

 

Reference :

Introduction to Relational DBMS.

 

Exit mobile version