What is the primary function of using the Entity-Relationship (ER) Model in a database system?

The ER model represents the database schema in graphical form, including the numerous entities, attributes, and relationships between entities.

It helps database designers to describe and organize entities and attributes in a structured way, making the data model easier to grasp. The ER model displays the relationships between entities, such as one-to-one, one-to-many, and many-to-many relationships, which aid in defining how data is related and connected within the database.