Bachman diagram

From Wikipedia, the free encyclopedia

In computer software design, Bachman diagrams (named for database pioneer Charles Bachman) are diagrams which are used to design the data using a network or relational "logical" model, separating the data model from the way the data is stored in the system.

In a relational model a relation is the cohesion of attributes that are fully and not transitive functional dependent of every key in that relation. The coupling between the relations is based on accordant attributes.

For every relation a rectangle has to be drawn and every coupling is illustrated by a line that connects the relations. On the edge of each line arrows indicate the cardinality. We have 1-to-n, 1-to-1 and n-to-m. The latter has to be avoided and must be replaced by two 1-to-n couplings.

[edit] See also

Languages