Associative entity

From Wiki @ Karl Jones dot com
Revision as of 15:58, 24 April 2016 by Karl Jones (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In data models, an associative entity is an element of the Entity-relationship model.

Description

The relational model does not offer direct support to many-to-many relationships, even though such relationships happen frequently in normal usage.

The solution to this problem is the creation of another table to hold the necessary information for this relationship.

This new table is called an associative entity.

See also

External links