0% found this document useful (0 votes)
20 views5 pages

What Is RDBMS

A relational database stores and provides access to data points that are related to one another and follows integrity rules to ensure data is accurate and accessible. It organizes data into tables with rows and columns and uses a relational database management system that allows creating, updating and administering the database using SQL.

Uploaded by

Gaurav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views5 pages

What Is RDBMS

A relational database stores and provides access to data points that are related to one another and follows integrity rules to ensure data is accurate and accessible. It organizes data into tables with rows and columns and uses a relational database management system that allows creating, updating and administering the database using SQL.

Uploaded by

Gaurav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

What is Relational Database and

Relational Database Management


System (RDBMS) ?
What is Relational Database…
• A relational database is a type of database and its based in relational model of data
(E.F Codd in 1970).

• Stores and provides access to data points that are related to one another.

• To ensure that data is always accurate and accessible, relational databases follow
certain integrity rules.

• The relational model means that the logical data structures—the data tables, views,
and indexes—are separate from the physical storage structures.

• Data in a relational database is organized into tables also called Relation.


What is Relational Database…
itemID itemName itemPrice customerID customerName customerEmail

101 Chair 200.00 A-100 Sarah [email protected]


products
102 Table 150.00 B-201 Henry [email protected]

103 Lamp 75.00 B-290 David [email protected]

customerInfo

orderID itemID customerID dateOrdered OrderTotal

5001 101 B-201 04/27/2021 200.00


customerOrder
5001 103 B-201 04/27/2021 75.00

7890 102 A-100 01/01/2019 150.00


What is Relational Database Management System
(RDBMS)…
• A relational database management system (RDBMS) is a program
that allows you to create, update, and administer a relational
database.

• Most relational database management systems use the SQL


language to access the database.
Advantages of RDBMS…

• Enhanced Data Security.

• Retain Data Consistency.

• Better Flexibility and Scalability.

• Easy Maintenance.

You might also like