Subject:-Project On "RDBMS - THE DATA KEEPER and Data Administrator"
Subject:-Project On "RDBMS - THE DATA KEEPER and Data Administrator"
Subject:-Project On "RDBMS - THE DATA KEEPER and Data Administrator"
Class :- X “B”
Roll no. :- 35
Subject :- Project On “RDBMS – THE DATA KEEPER
AND DATA ADMINISTRATOR”
Assigned to :- SAMUEL SIR
What is dbms ?
• DBMS stands for Database Management System. It is software that allows users
to store, manage, and retrieve data efficiently. It is also used to keep a number of
data in a proper sequence. DBMS allows users to create, read, update, and delete data in a
structured and organized manner
The types of DBMS include
Relational DBMS
Hierarchical DBMS
Network DBMS
Object-Oriented DBMS
NoSQL DBMS
Columnar DBMS and In-Memory DBMS
Advantages of Database
Management System
• The advantages of database management systems are:
◊ Data Security: The more accessible and usable the database, the more it is
prone to security issues. As the number of users increases, the data
transferring or data sharing rate also increases thus increasing the risk of data
security. A Database Management System (DBMS) provides a better platform
for data privacy and security policies thus, helping companies to improve Data
Security.
◊ Data integration: Due to the Database Management System we have access
to well-managed and synchronized forms of data thus it makes data handling
very easy and gives an integrated view of how a particular organization is
working and also helps to keep track of how one segment of the company
affects another segment.
Data consistency and accuracy: DBMS ensures that data is consistent and accurate by
enforcing data integrity constraints and preventing data duplication. This helps to
eliminate data discrepancies and errors that can occur when data is stored and
managed manually.
Data sharing: A DBMS provides a platform for sharing data across multiple
applications and users, which can increase productivity and collaboration.
Data organization: A DBMS provides a systematic approach to organizing data in a
structured way, which makes it easier to retrieve and manage data efficiently.
Efficient data access and retrieval: DBMS allows for efficient data access and retrieval
by providing indexing and query optimization techniques that speed up data retrieval.
Concurrency and maintained Atomicity : That means, if some operation is performed
on one particular table of the database, then the change must be reflected for the
entire database.
Reduction in data Redundancy: When working with a structured database, DBMS
provides the feature to prevent the input of duplicate items in the database. for e.g. –
If there are two same students in different rows, then one of the duplicate data will be
deleted.
WHAT IS “RDBMS” ?
• RDBMS stands for Relational Database Management Systems. A database is an organized
collection of data stored in a computer system and usually controlled by a database
management system (DBMS). The data in common databases is modeled in tables, making
querying and processing efficient.
• A relational database is the most popular type of database that stores and provides access to data
points that are related to one another. In relational databases, data is arranged and stored in tables
consisting of columns and rows. And of course, you have the intuitive and flexible Structured Query
Language to manipulate databases.
OBJECTS OF AN “RDBMS”