Overview
Data Modeling is the process of creating a data model for the data to be stored in a database. This data model is a conceptual representation of data objects, the associations between different data objects, and the rules.
Levels of Data Modeling
- Conceptual: High-level business view.
- Logical: Detailed structure without implementation details.
- Physical: Implementation-specific details for a particular DBMS.