Datenmodell (EN)

Concept

Abstract representation of data structures and their relationships

Data Model Types

flowchart TD     A[Data Model] --> B[Conceptual Model]     A --> C[Logical Model]     A --> D[Physical Model]          B --> E[Entity-Relationship Model]     B --> F[UML Class Diagram]          C --> G[Normalized Structure]     C --> H[Denormalized Structure]          D --> I[Table Structure]     D --> J[Indexes]     D --> K[Partitioning] 

In Context

  • Typically used together with database design, database normalization, and data integration
  • Related to: Database, Entity-Relationship Model, Normalization, Data Warehouse
  • Example use: Development of a CRM system for managing customer relationships and associated transaction data
Quelle: AI Generated