DBMS Concepts
DBMS Concepts
organizations.
Relationships between entities, such as students' enrollment in courses, faculty teaching courses, and
the use of rooms for courses.
A database management system, or DBMS, is software designed to assist in maintaining and utilizing
large collections of data.
Data Analysis: How can a user answer questions about the enterprise by posing queries over the data
in the DBMS?
A data model is a collection of high-level data description constructs that hide many low-level storage
details.
A widely used semantic data model called the entity-relationship (ER) model allows us to pictorially
denote entities and the relationships among them.
The conceptual schema (sometimes called the logical schema) describes the stored data in terms of the data
model of the DBMS.
The Entity Relationships (ER) data 'model allows us to describe the data involved in a real-world enterprise
in terms of objects and their relationships and is widely used to (levelop an initial databa.'3e design.
The database design process can be divided into six steps. The ER model is most relevant to the first three
steps.
1. Requirements Analysis
2. Conceptual Database Design
3. Logical Database Design
4. Schema Refinement
5. Physical Database Design
6. Application and Security Design
To manage databases, you need database management systems (DBMS). A DBMS is a program that
stores, retrieves, and modifies data in the database on request.