Introduction and Components of ER Model
What is an ER Model Diagram? Entity-Relationship Model is a detailed conceptual diagram of the database that we are planning to create. It depicts a collection of real-world objects and the relationships between them. Let us consider ‘Teacher’ as one object and ‘Student’ as another. The relationship between these two objects will be ‘to teach’. …