Difference between revisions of "Associative entity"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | In [[Data model|data models]], an '''associative entity''' is an element of the [[Entity-relationship model]]. | |
== Description == | == Description == | ||
Line 20: | Line 20: | ||
* [https://en.wikipedia.org/wiki/Associative_entity Associative entity] @ Wikipedia | * [https://en.wikipedia.org/wiki/Associative_entity Associative entity] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | [[Category:Models]] | ||
+ | [[Category:Software development]] |
Latest revision as of 14:58, 24 April 2016
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
- Data model
- Database relational model
- Entity-relationship model
- Many-to-many relationships
- Relational model
External links
- Associative entity @ Wikipedia