The document discusses different database models:
- The relational model was proposed by E.F. Codd and organizes data into tables with rows and columns. Popular relational DBMS include Oracle, SQL Server, and Access.
- The hierarchical model uses a tree structure where each item has a single predecessor and subordinates. It is natural for applications with parent-child relationships.
- The network model is a generalization of the hierarchical model, allowing many-to-many relationships through multiple parent segments connected through graphs.
- Other models discussed include the AI frame model which uses slots to flexibly arrange related information similarly to object-oriented representations.