In database designing we have to consider the data model
as an important aspect, in this post we are going to see about the data models
and its categories.
Data models
The structure of a database is the data model. The data model is a,
- Collection of conceptual tools for describing data,
- Data relationships,
- Data semantics,
- Consistency constraints.
Data model provides a way to describe the design of a
database at the physical level, logical level and View level (DBMS views).