What is the difference between an associative entity and an associative relationship attribute?
My book Modern Database Management (Hoffer, 11th edition) states that there is a difference between the two. It doesn't explain why there's a difference; it just gives examples of how they're different.
A relationship that has a single attribute associated with it is an associative relationship attribute and is denoted with a dashed line to a rounded-corner rectangle with that attribute inside that rectangle. Whereas an associative entity has more than one attribute that describes the relationship. Both can only be used for many-to-many relationships in ER diagramming.
Associative entities also have an attribute that is a unique identifier.
Is this correct?