Logical Data Models

A logical data model (LDM) helps you analyze the structure of an information system, independent of any specific physical database implementation. An LDM has migrated entity identifiers and is less abstract than a conceptual data model (CDM), but does not allow you to model views, indexes and other elements that are available in the more concrete physical data model (PDM).

You can use a logical model as an intermediary step in the database design process between the conceptual and physical designs:

This design process allows you to keep everything consistent in a large development effort.

To create an LDM, see Creating a Data Model. For detailed information about logical diagrams, see Logical Diagrams.