Database Modeling and Design, 5th Edition
by Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish
Glossary
activity diagram (UML)—a process workflow model (diagram) showing the flow from one activity to the next.
aggregation—a special type of abstraction relationship that defines a higher-level entity that is an aggregate of several lower-level entities; a “part-of” relationship. For example, a Bicycle entity is an aggregate of Wheel, Handlebar, and Seat entities.
association—a relationship between classes (in UML). Associations can be binary, n-ary, reflexive, or qualified.
attribute—a primitive data element that provides descriptive detail about an entity; a data field or data item in a record. For example, lastname would be an attribute for the entity Customer. Attributes may also be used as descriptive elements for certain relationships ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access