The document discusses different data models including hierarchical, network, and relational models. It provides details on each model such as their structure, advantages, and disadvantages. The relational model is the most popular and extensively used model. It represents data in tables with rows and columns, and defines relationships between tables using primary and foreign keys. The document also describes the basic building blocks of a relational model including entities, attributes, relationships, and constraints.