DML 1
DML 1
SYSTEMS
Understanding Data Modelling
What is Data Modelling?
● Data modeling is a process used in database management to create a
visual representation of how data is structured, organized, and related
within a database system.
● It involves defining the structure of the data, the relationships
between different data elements, and the constraints that ensure data
accuracy and integrity.
● Aids in clear communication between database designers, developers,
and stakeholders. It provides a blueprint that guides the
implementation of a database system and ensures that the system
accurately reflects the requirements of the application.
● Data Model Types: Data models can be of various types, such as the
Entity-Relationship (ER) model, the Relational model, the Object-
Oriented model, and NoSQL models like document, key-value, and
graph.