Data modeling is a process of designing a structure for your database to ensure
Data modeling involves conceptual, logical and physical design phase.
These are conceptual representation using diagrams like Entity-Relationship diagram.
Tools: ER Diagram, UML class diagram
Let's see how we can design a conceptual data model i.e both high level and low level data models with examples.
then we can build the low level conceptual modal i.e relational model:
This is what the ER diagram represents:
Let's see what an ER diagram represents?
Any time an entity has many to many relationship with another entity, we need to introduce another table to reduce the data redundancy.
Each entity must have a key attribute
how can we create low level data model from this ER diagram?
Problem Statement:
A library maintains records of books, members, and borrowing information:
Scenario 2: E-Commerce System
An e-commerce system tracks customers, products, and orders:
A university tracks departments, courses, instructors, and students:
So what are the takeaways?
How can we design a conceptual data models?
Written by Brain Dump
Data modeling is a process of designing a structure for your database to ensure
Key Components of Data Modeling:
High level Modeling:
These are conceptual representation using diagrams like Entity-Relationship diagram.
Let's see how we can design a conceptual data model i.e both high level and low level data models with examples.
then we can build the low level conceptual modal i.e relational model:
This is what the ER diagram represents:
Let's see what an ER diagram represents?
Each entity must have a key attribute
Symbols of Cardinality:
how can we create low level data model from this ER diagram?
Scenario 1: Library Management System
Problem Statement:
A library maintains records of books, members, and borrowing information:
Scenario 2: E-Commerce System
Problem Statement:
An e-commerce system tracks customers, products, and orders:
Scenario 3: University Database
Problem Statement:
A university tracks departments, courses, instructors, and students:
So what are the takeaways?
How can we design a conceptual data models?