Cotillion
Features of logical data model include: 
- Includes all entities and      relationships among them. 
 - All attributes for each entity      are specified. 
 - The primary key for each entity      specified. 
 - Foreign keys (keys identifying      the relationship between different entities) are specified. 
 - Normalization occurs at this      level. 
 
At this level, the data modeler attempts to describe the data in as much detail as possible, without regard to how they will be physically implemented in the database. 
In data warehousing, it is common for the conceptual data model and the logical data model to be combined into a single step (deliverable). 
The steps for designing the logical data model are as follows: 
- Identify all entities. 
 - Specify primary keys for all      entities. 
 - Find the relationships between      different entities. 
 - Find all attributes for each      entity. 
 - Resolve many-to-many relationships.
 - Normalization. Cotillion
 
No comments:
Post a Comment