0% found this document useful (0 votes)
6 views1 page

Logical Data Model

The document discusses a logical data model which defines how a system should be implemented regardless of the database management system. The purpose is to develop a technical map of rules and data structures. The logical data model adds further information to conceptual data model elements and establishes a foundation to form the base of a physical data model, though modeling structures remain generic.

Uploaded by

Barno Nicholus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Logical Data Model

The document discusses a logical data model which defines how a system should be implemented regardless of the database management system. The purpose is to develop a technical map of rules and data structures. The logical data model adds further information to conceptual data model elements and establishes a foundation to form the base of a physical data model, though modeling structures remain generic.

Uploaded by

Barno Nicholus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

LOGICAL DATA MODEL

Defines HOW the system should be implemented regardless of the DBMS. This model is typically created
by data architects and business analysts. The purpose is to develop a technical map of rules and data
structures. The logical data model is used to define the structure of data elements and set relationships
between them. The model adds further information to the conceptual data model elements. The
advantage of using a logical data model is to establish a foundation to form the base of a physical data
model however modelling structures remain generic

e.g. customer name (string) customer number (numeric)

At this modelling level no primary or secondary key is defined just verification and adjustment of the
connector details that were set earlier of relationships.

The model is the most used in designing business intelligence apps. It builds upon the requirements
provided at the conceptual model

It includes a further level of detail, supporting both business system related and data requirements

The business rules are appropriate into the model where they form relationships between various data
objects and entities as opposed to conceptual model which may be very general, the logical model is the
first step in designing and building out the architecture of the app

Like the conceptual model, the logical model is independent of specific database and data storage
structures. It uses indexes and foreign keys to represent data relationships, but these are defined in a

You might also like