1.1 Introduction (Part2)
1.1 Introduction (Part2)
1.1 Introduction (Part2)
INTRODUCTION TO
DATABASE
(PART 2)
Objectives
2
Steps:
1. Mission statement
2. Mission objectives
3. Development of standards
Database Planning – Mission Statement
9
Centralized approach
Requirements for each user view are merged into a
single set of requirements.
Major aims:
Represent data and relationships between data
required by all major application areas and user
groups.
Provide data model that supports any transactions
required on the data.
Specify a minimal design that is appropriately
structured to achieve stated performance
requirements for the system (such as response times).
Database Design - approach
25
Approaches include:
Top-down: starts with the development of data models
using the Entity-Relationship (ER) model
Bottom-up : begins at the fundamental level of
attributes
Inside-out: identify major entities first and then
consider its other entities, relationship and attributes
Mixed : both top-down and bottom-up
Database Design - Data Modeling
26
Purpose
to identify features of a system that work well, or are
inadequate
to suggest improvements or even new features