Database design phase.pptx BY SIR KHURAM GCUF

usman122497 8 views 10 slides May 06, 2024
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

DBMS SLIDES


Slide Content

Database Design Phase

Database Design Design and Model mean the same Database Design represents logical structure of the database

Database Modeling Process of creating a logical representation of the structure of the database The most important task in database development

Points to Remember A database must mirror the real world. Only then can it answer questions about the real world !

Points to Remember Ideally it should be represented graphically The goal is to identify the facts to be stored in the database Database modeling involves users and analysts

Data Model Data Model: is a set of tools or constructs that is used to construct a database design

Components of a DM Structures Data Manipulation Language(DML) Integrity constraints

Significance of DM Facilitates and provides guidelines or rules in the DB design process Every DBMS is based on a DM

Types of Data Models Semantic: Entity-Relationship, Object-Oriented Record based: Hierarchical, Network, Relational

DB Design Types Conceptual: using SDM(Semantic Data Model) Generally using ER(Entity Relationship) Logical: using DM of tool Generally using Relational Physical: using the DBMS