InteGrail





Logical Data Model

Edit this page (last edited May 24, 2006)
Front Page | Recent Changes | Title Index | User Preferences | Random Page | Help
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 modeller attempts to describe the data in as much detail as possible, with-out 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: 1. Identify all entities. 2. Specify primary keys for all entities. 3. Find the relationships between different entities. 4. Find all attributes for each entity. 5. Resolve many-to-many relationships. 6. Normalization.

Front Page | Recent Changes | Title Index | User Preferences | Random Page | Help
Edit this page
Print this page | View XML
Find page by browsing, searching or an index
Edited May 24, 2006 (diff)
Valid XHTML 1.0!Valid CSS!