Chap2&3 Flashcards
(80 cards)
A person, object, or event of importance to the organization.
Entity
TRUE OR FALSE
Entities that the organization wants to store data about typically becomes a database table.
TRUE
What are the three types of entity?
- Entity Instance
- Regular Entity
- Weak Entity
This is a type of entity which is also called a strong entity?
Regular Entity
An entity which depends on other entity for its existence?
Weak Entity
A particular member of the entity type
entity instance
An entity which has its own attribute
Regular Entity
These are characteristics of an entity
Attributes
TRUE OR FALSE
Attributes typically becomes fields in the entity’s database table.
TRUE
This is an association between two or more entities.
Relationship
Enumerate the 7 classifications of Attributes.
- Key Attribute
- Simple Attribute
- Composite Attribute
- Single Valued Attributes
- Multi Valued Attributes
- Stored Attribute
- Derived Attribute
This is a set of permissible values that an attribute can take.
Domain Attribute
The attribute which is unique for every entity instance.
Key Attribute
If an attribute cannot be divided into simpler components.
Simple Attribute
If an attribute can be split into components
Composite Attribute
If an attribute can take only a single value for each entity instance
Single Valued Attributes
If an attribute can take more than one value for each entity instance.
Multi-Valued Attributes
An attribute which need to be stored permanently.
Stored Attribute
An attribute that can be calculated or derived based on other attributes.
Derived Attribute
One to one entity relationship is a common type of relationship.
FALSE
*not a common type
Cardinality of relationship
One entity is related to only one other entity of a particular type.
One to One (1:1) Entity Relationship
Cardinality of Relationship
This is the most common type of relationship.
One to Many (O:M) Entity Relationship
An example of this relationship is :
A supplier can supply more than one product to a company.
One to Many Entity Relationship
One entity can be related to more than one other entity.
One entity can be related to more than one other entity, and those entities can be related to multiple entities of the same type as the original entity.
Many to Many (M:M) Entity Relationships