Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
How to Perform Data Modeling?
Brain Dump
Dec 9, 2024
54 views
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?