CS122A Flashcards
1
Q
Entity
A
Real-world object, distinguishable from all other objects. Uses set of attributes.
2
Q
Entity Set
A
Collection of similar entities. E.g., all employees
- All entities have same set of attributes.
- Each entity has a key (unique identifier); this can be one attribute (an “atomic” key) or several attributes (“composite” key)
- Each attribute has a domain. (similar to datatype)
3
Q
Relationship
A
Association among two or more entities.
E.g., Santa Clause works in Toy Department
4
Q
Relationship Set
A
Collection of similar relationships.
5
Q
Weak Entity
A
Can be identified uniquely only by considering, the primary key of some other(owner) entity.