1.Database Management System (DBMS) Overview
1.Database Management System (DBMS) Overview
1.Database Management System (DBMS) Overview
(DBMS) Overview
Understanding the Basics and Key
Features
Name: Prof.M.A.Vhatkar
Introduction to DBMS
• Definition: A Database Management System (DBMS) is a
software system designed to manage and organize data in a
structured manner.
Data Storage and Retrieval: Responsible for storing and retrieving data,
Provides various methods for searching and querying data.
Concurrency Control:
Mechanisms for controlling concurrent access.
Ensures multiple users can access data without conflicts.
Data Integrity and Security : Tools for enforcing data integrity and security constraints.
(Data integrity refers to the accuracy, consistency, and reliability of data stored in a
database)
Includes constraints on data values and access controls.
• Focus on Relevant Data: Users see only the relevant data they
need, not the details of how data is managed behind the
scenes.
• So, in object based data models the entities are based on real world models, and
how the data is in real life.
• There is not as much concern over what the data is as compared to how it is
visualized and connected.
• ER diagrams are really helpful because they show how real things are
connected in a simple way.
• These diagrams are very easy to understand and easy to create even
for a naive user.
• 2. Weak Entity
• An Entity type has a key attribute that uniquely identifies each entity in the entity
set. But some entity type exists for which key attributes can’t be defined. These
are called weak entity and they rely on a related entity (called a "strong entity") to
provide part of their identifying information.