define database model and also explain its types
Answers
Answered by
0
Answer:
A database model is a type of data model that determines the logical structure of a database. It fundamentally determines in which manner data can be stored, organized and manipulated. The most popular example of a database model is the relational model, which uses a table-based format.
Types of database models
Hierarchical database model. Relational model. Network model. Object-oriented database model. Entity-relationship model.
Similar questions