datasmodellering
Datasmodellering is the process of creating a structured representation of data for a domain, intended to support the design of information systems and databases. The goal is to define which data elements matter, how they relate to one another, and how they can be stored, retrieved, and updated in a consistent way across an organization.
A data model typically encompasses three levels: conceptual, logical, and physical. The conceptual model provides a
Core elements of datasmodellering include entities (things of interest), attributes (properties of entities), and relationships (associations
Common modeling approaches are Entity-Relationship (ER) modeling and UML class diagrams, each guiding the organization of
Applications span database design, data warehouses, data integration, and software development. Benefits include improved data quality,