🧠 My second brain • notes

Search

Search IconIcon to open search

Data model

Last updated Jun 5, 2023

A model that is used for organizing Data elements and how they relate to one another.

pyramid with the three common types of data modeling: conceptual, logical, and physical

Conceptual data modeling gives a high-level view of the data structure, such as how data interacts across an organization. For example, a conceptual data model may be used to define the business requirements for a new database. A conceptual data model doesn’t contain technical details.

Logical data modeling focuses on the technical details of a database such as relationships, attributes, and entities. For example, a logical data model defines how individual records are uniquely identified in a database. But it doesn’t spell out actual names of database tables. That’s the job of a physical data model.

Physical data modeling depicts how a database operates. A physical data model defines all entities and attributes used; for example, it includes table names, column names, and data types for the database.

Techniques:

Refs: