Exclusive relationship
|
|
This article may need to be wikified to meet Wikipedia's quality standards. Please help by adding relevant internal links, or by improving the article's layout. (August 2010)
Click [show] on right for more details.
No reason has been cited for the Wikify tag on this article.
|
In computing, an exclusive relationship is a type of Relationship in computer data base design.
In Relational Database Design, in some cases the existence of one kind of relationship type precludes the existence of another. Entities within an entity type A may be related by a relationship type R to an entity in entity type B or entity type C but not both. The relationship types are said to be mutually exclusive. Usually both relationship types will have the same name.
[edit] Example
A Data (Entity A) could be Sent (Relationship Name) to a Monitor (Entity B) or a Printer(Entity C) to be shown. In this case the relationship between the Monitor and Printer at one side and Data at the other side is an Exclusive Relationship. Of course it is assumed that Data could be sent to only on of the targets at a time, not to both.
--- Sent_To ---> Monitor
Data
--- Sent_To ---> Printer
[edit] References
- Jan L. Harrington, Relational Database Design Clearly Explained, Morgan Kaufmann, 2002, ISBN 1558608206, pages 354-355
| This computer science article is a stub. You can help Wikipedia by expanding it. |