|
||
Lesson 2
Objective |
Database Life Cycle
Describe where we are in the database life cycle. |
|
|
As mentioned in other areas of this site, the database life cycle (DBLC) consists of five stages:
In the first stage of the DBLC, Requirements Analysis, you determine what data your database will need to hold and what tasks it will
need to perform to meet your users' needs.
You identify
In the first phase of the Logical Design stage you convert the business objects and their characteristics into entities and
attributes . You then create an entity-relationship (ER) diagram that graphically represents as base
tables the entities, their attributes, and the relationships that exist between them.
The first course in this series covered Requirements Analysis and the Logical Design stage through the creation of the ER diagram. The next phase in the Logical Design stage of the DBLC is to normalize the base tables you created in the ER diagram, so you can store and retrieve information in the database efficiently.
|
||
|
|
||