Relational Model of Data Flashcards
Entity
Person, place, thing, or event about which data will be collected. Represents a particular type of object in the real world (customer, flight route, concert).
Attribute
Column in a table
Characteristic of an entity.
All rows conform to same format
Physical concept is field
Attribute Domain
Range of values for a column
Attribute in one entity can inherit domain from another (e.g. address)
Relationship
Association among entities. Entities are known as participants.
Participant
An entity that participates in a relationship with another.
Connectivity
Describes the relationship classification. Established in business rules.
Cardinality
Expresses the min and max number of entity occurrences associated with one occurrence of the related entity. Established in business rules.