1. Database models show the logical structure of a database and the relationships and constraints that determine how data can be accessed and stored.
  2. the way the information is stored and retrieved from a database. 
  3. Defines the rules by which the database will operate.
  4. integrated collection of concepts describing and manipulating data, as well as constraints on the data within an organization.
  5. It is a conceptual representation of physical data stored in the database.
  6. Data models define how data is connected to each other and how it’s processed and stored inside the system.
  7. gives an idea of how the final system would look after implementation.
  8. It specifies the data items as well as the relationships between them.
  9. In a database management system, data models are often used to show how data is connected, stored, accessed, and changed.
  10. Some of the Data Models in DBMS are:
    1. Hierarchical Model
    2. Network Model
    3. Entity-Relationship Model
    4. Relational Model