- Source: Data structure diagram
- Design Structure Matrix
- Tabel (informasi)
- Struktur
- Kinetika enzim
- Amerika Serikat
- Natrium hidroksida
- Struktur kimia
- Fraksi mol
- Teori graf
- Boron monoksida
- Data structure diagram
- Data model
- Data-flow diagram
- Conceptual schema
- Diagram
- Jackson structured programming
- List of data structures
- Entityārelationship model
- Control structure diagram
- Class diagram
Live Free or Die Hard (2007)
Revenge (2018)
I Am Mother (2019)
The Death of Superman (2018)
No More Posts Available.
No more pages to load.
A data structure diagram (DSD) is the visual representation of a certain kind of data model that contains entities, their relationships, and the constraints that are placed on them. It is an older alternative to the entityārelationship model.
The basic graphic notation elements of DSDs are boxes which represent entities. Arrow symbols represent relationships. Data structure diagrams are most useful for documenting complex data entities.
Overview
A data structure diagram is a diagram 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. 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, 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.
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: 1-to-n, 1-to-1 and n-to-n. The latter has to be avoided and must be replaced by 2 (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. Data structure diagrams. Data Base, 1969, 1(2):4ā10.
Tom DeMarco. Structured Analysis and System Specification. ISBN 0-13-854380-1. Prentice Hall. 11 May 1979.
Edward Yourdon. Modern Structured Analysis. ISBN 0-13-598624-9. Prentice Hall. 1 August 1988; now available as the Structured Analysis Wiki.