Modeling Repeating Groups:
Definition and Explanation:
A set of two or more multi-valued attributes that are logically related is
called the repeating group.
E-R Diagram:
The E-R diagram of the EMPLOYEE entity with three multi-valued attributes is
given below.

The 'Degree', 'Exam-Board' and 'Marks' are logically related and form a
repeating group. You can remove the repeating group attributes and create a new
entity such as QUALIFICATION. The E-R diagram is given below which shows the
relationship of EMPLOYEE and QUALIFICATION entities after removing the
mufti-valued attributes. There is one-to-many relationship from EMPLOYEE to
QUALIFICATION.

|