WORKSHOP
WORKSHOP
RDBMS
By
TAMANNA 204431 SMYLE 204412
PRAGATI 2044225 GANEESHA 204407
Under the guidance of Prof. GUNDEEP VIRK
Meaning of RDBMS
(relational database management system)-
A database management system (DBMS) that incorporates the relational data model,
normally including Structured Query Language (SQL) application programming interface.
It is a DBMS in which the database is organized and accessed according to the
relationships between data items. In relational database, relationships between data items
are expressed by means of table.
RDBMS is the basis for SQL and for all modern database
Systems like MySQL Server, IBM DB2, ORACLE, MySQL
And Microsoft Access.
STRUCTURED QUERY LANGUAGE {SQL}-
Relational Database Management Systems use the language known as SQL.
SQL is a simple programming language used for accessing and managing data in
relational database.
Developed by IBM in 1970 to support its various relational products.
SQL is now the most important query language for relational databases.
Used in programs such as SQL Server.
COMPARISON BETWEEN DBMS
AND RDBMS-
DBMS RDBMS
• The data storage in DBMS is done in the • Tables are used to store data in RDBMS.
form of a file.
• Only one user can use DBMS.
• More than one user can use RDBMS.
• DBMS was not made to handle a huge • RDBMS can actually handle a very high
amount of data. amount of data.
• Examples of DBMS are file systems, • Examples of RDBMS are MYSQL, SQL
XML etc. server, oracle etc.
RDBMS ROLE IN BUSINESS DECISION-
Data warehouse : A database that stores current and historical data from core
operational transactional systems for use in management analysis, but this data
cannot be altered.
Speeds up Decision Making : Management teams carry the responsibility of making
tough decisions. Therefore, the decisions they make must be accurate. Decision-
making is time-consuming process. RDBMS is a place where data is well stored,
managed, it is easy to draw the necessary insight that helps speed up decision-
making.
RDBMS ROLE IN BUSINESS DECISION-
Boosts Data Security and Integrity : Data integrity refers to the
accuracy and consistency of data in multiple databases. RDBMS
increases security and consistency of data.
Business intelligence : RDBMS helps in consolidating, analyzing, and
accessing vast stores of data to help in decision making.
Better Flexibility and Scalability : RDBMS offers more flexibility
when it comes to updating data as the modification only have to made
once. This makes relational database scalable for growing data models.
PRESENTED BY:
TAMANNA
ROLL NO. 204431
M.COM {1ST SEMESTER}
Thank You