Chap2&3 Flashcards
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
What are the 4 Cardinality of Relationship?
- One to One Entity Relationship
- One to Many Entity Relationship
- Many to One Entity Relationship
- Many to Many Entity Relationship
This is a component of DBMS that stores the definition of data characteristics and relationship.
The Data Dictionary
The Data Dictionary is also known as ___________.
Data Repository System
Data Dictionary contains all data definitions in a database, including what?
*table structures
*Security information (passwords, etc)
*Relationships between the tables in the database
*Basic information about each table, such as the current number of records
The Data Dictionary contains any of the data in the tables?
FALSE
- does not contain
The Data dictionary does not contain meta data, which information about the database tables.
FALSE
*does contain metadata
The data dictionary or data repository system ensures that the data entered into the database does not violate any specified criteria.
TRUE
The two types of Data dictionary are integral and stand alone?
FALSE
*Integrated
*Stand-Alone