Dbms (SQL) : What Is RDBMS (Relational Database Management System)

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

DBMS (SQL) 

 
 
DATABASE: The database is a collection of inter-related data which is used to retrieve, insert
and delete the data efficiently. It is also used to organize the data in the form of a table, schema
etc. 
 
EXAMPLE: -An online telephone directory uses a database to store data of people, phone
numbers, and other contact details. 
 
 
 What is RDBMS (Relational Database Management System) 
 
RDBMS stands for Relational Database Management System. All modern database management
systems like SQL, MS SQL Server, IBM 082, ORACLE, My-SQL, and Microsoft Access are
based on RDBMS. 
 
 
Database Management System 
 
 Database management system is software which is used to manage the
database. For example:  MySQL : Oracle 
 
 It provides protection and security to the database. In the case of multiple users,
it also maintains data consistency. 
 
Advantages of DBMS 
 
 Controls database redundancy: it can control data redundancy because stores all
the data in one single database file and that recorded data is placed in the
database. 
 
 Data sharing: in DBMS, the authorized users of an organization can share the
data among multiple users 
 
 Easily Maintenance: it can be easily maintainable due to the centralized nature of
the database system 
 
Disadvantages of DBMS 
 
 Cost of Hardware and Software: It requires a high speed of data processor and large
memory size to run DBMS software.  
 
 Size: It occupies a large space of disks and large memory to run them efficiently. 
Difference between RDBMS and DBMS 

TYPES OF DATA 
 
 RAW DATA 
 
 META DATA 
 
 DERIVED DATA 
 
 
What are the components of DBMS? 
 
Hardware 
 
The hardware is the actual computer system used for keeping and accessing the database. The
conventional DBMS hardware consists of secondary storage devices such as hard disks.
Databases run on the range of machines from microcomputers to mainframes. 
 
Software 

You might also like