Database generation consists of two steps and is normally done by a Database Administrator.

The Data Model (or Entity Relationship Diagram) is often known as the Logical Data Model. For the most part, it is free of implementation-specific detail. To create a physical database, we have to first transform our logical Data Model objects into physical Data Model objects. The physical Data Model is actually represented in two diagrams, the Data Structure List diagram, and the Data Store List diagram. Collectively these two diagrams are sometimes known as the Technical Design.
In the Data Structure List diagram, you make implementation-specific structure changes and decisions such as:
In the Data Store List diagram, you make implementation-specific space allocation changes and decisions such as:
|
Copyright © 2013 CA.
All rights reserved.
|
|