141k views
0 votes
In an E-R diagram, an associative entity is represented by a rounded rectangle.

a.True
b.False

User Ehud
by
8.7k points

1 Answer

5 votes

Final answer:

Associative entities in E-R diagrams are represented by a diamond shape, not a rounded rectangle, which is used for entities themselves.

Step-by-step explanation:

The statement is false. In an Entity-Relationship (E-R) diagram, an associative entity, which is used to represent a many-to-many relationship between two other entities, is typically represented by a diamond shape, not by a rounded rectangle. Rounded rectangles are used to represent entities themselves, while the actual relationships, especially many-to-many relationships that require an associative entity, are shown with diamonds. These associative entities are also known as bridge entities, link entities, or junction tables in database design. They include attributes that provide additional information about the associations and can have their own primary keys.

User Aneh Thakur
by
8.5k points