Design Methodology
Design Methodology
Design Methodology
Methodology
Lecture
Design Methodology
A structured approach that uses
procedures, techniques, tools and
documentation aids to support and
facilitate the process of design.
A design methodology consists of phases.
It help designer to plan, manage, control
and evaluate database development
projects.
Database Design Phases
The design process is divided into three
main phases:
•Entity Name
•Description
•Aliases
•Occurrence
Step 1.2 Identify Relationship
Types
Objective: To identify the important
relationships that exist between the entity
types.
Use ER diagrams
Determine the multiplicity constraints of
relationship types
Check for fan and chasm traps
Document Relationship Types
In data dictionary table record the following
attributes related to Relationship types:
•Entity Name
•Multiplicity
•Relationship
•Multiplicity
•Entity Name
Step 1.3 Identify and associate attributes with
entity or relationship types
Objective:
To check for the presence of any redundancy in
the model.