Bachman Diagrams
   HOME

TheInfoList



OR:

A data structure diagram (DSD) is the visual representation of a certain kind of data model that contains
entities An entity is something that exists as itself, as a subject or as an object, actually or potentially, concretely or abstractly, physically or not. It need not be of material existence. In particular, abstractions and legal fictions are usually ...
, their relationships, and the
constraint Constraint may refer to: * Constraint (computer-aided design), a demarcation of geometrical characteristics between two or more entities or solid modeling bodies * Constraint (mathematics), a condition of an optimization problem that the solution ...
s that are placed on them. The basic graphic notation elements of DSDs are boxes which represent entities. The arrow symbol represents relationships. Data structure diagrams are most useful for documenting complex data entities.


Overview

Data Structure Diagram is a
diagram A diagram is a symbolic representation of information using visualization techniques. Diagrams have been used since prehistoric times on walls of caves, but became more prevalent during the Enlightenment. Sometimes, the technique uses a three- ...
type that is used to depict the structure of data elements in the data dictionary. The data structure diagram is a graphical alternative to the composition specifications within such data dictionary entries. The data structure diagrams is a predecessor of the entity–relationship model (E–R model). In DSDs, attributes are specified inside the entity boxes rather than outside of them, while relationships are drawn as boxes composed of attributes which specify the constraints that bind entities together. DSDs differ from the E–R model in that the E–R model focuses on the relationships between different entities, whereas DSDs focus on the relationships of the elements within an entity. There are several styles for representing data structure diagrams, with the notable difference in the manner of defining
cardinality In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set A = \ contains 3 elements, and therefore A has a cardinality of 3. Beginning in the late 19th century, this concept was generalized ...
. The choices are between arrow heads, inverted arrow heads ( crow's feet), or numerical representation of the cardinality.


Bachman diagram

A Bachman diagram is a certain type of data structure diagram,IRS Resources
Part 2. Information Technology, Chapter 5. Systems Development, Section 13. Database Design Techniques and Deliverables. Retrieved 2 July 2009. and is used to design the data with a network or relational "logical" model, separating the data model from the way the data is stored in the system. The model is named after database pioneer Charles Bachman, and mostly used in computer
software design Software design is the process by which an agent creates a specification of a software artifact intended to accomplish goals, using a set of primitive components and subject to constraints. Software design may refer to either "all the activity ...
. In a relational model, a relation is the cohesion of attributes that are fully and not 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-''n''. The latter has to be avoided and must be replaced by two (or more) 1-to-''n'' couplings.


See also

* Control Structure Diagram * Data flow diagram * Entity-relationship diagram * Unified Modeling Language


References


Further reading

*
Charles W. Bachman Charles William Bachman III (December 11, 1924 – July 13, 2017) was an American computer scientist, who spent his entire career as an industrial researcher, developer, and manager rather than in academia. He was particularly known for his ...
.
Data structure diagrams
'. Data Base, 1969, 1(2):4–10. * Tom DeMarco. ''Structured Analysis and System Specification''. . Prentice Hall. 11 May 1979. * Edward Yourdon. ''Modern Structured Analysis''. . Prentice Hall. 1 August 1988; now available as th
Structured Analysis Wiki
{{DEFAULTSORT:Data Structure Diagram Data modeling diagrams Modeling languages