Combo with "MIS 342–Midtern–Chapter 4" and 1 other – Flashcards
72 test answers
Unlock all answers in this set
Unlock answers 72question
A ___ attribute can be further subdivided to yield additional attributes.
answer
composite
Unlock the answer
question
A ___ attribute is one that cannot be subdivided.
answer
simple
Unlock the answer
question
The conceptual model can handle ____ relationships and multivalued attributes.
answer
M:N
Unlock the answer
question
A derived attribute is indicated in the Chen model by a ____ that connects the attribute and an entity.
answer
dashed line
Unlock the answer
question
The decision to store ____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application.
answer
derived
Unlock the answer
question
A relationship is an association between _____.
answer
entities
Unlock the answer
question
_____ expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
answer
Cardinality
Unlock the answer
question
In the ERD, cardinality is indicated using the ____ notation, where max is the maximum number of associated entities and min represents the minimum number of associated entities.
answer
(min, max)
Unlock the answer
question
When the specific cardinalities are not included on the diagram in Crow's Foot notation, cardinality is implied by the use of ____.
answer
symbols
Unlock the answer
question
Knowing the minimum and maximum number of ____ occurrences is very helpful at the application software level.
answer
entity
Unlock the answer
question
An entity is said to be ____-dependent if it can exist in the database only when it is associated with another related entity occurrence.
answer
existence
Unlock the answer
question
If an entity can exist apart from all of its related entities, then it is existence-independent, and it is referred to as a(n) ____ entity.
answer
strong
Unlock the answer
question
A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.
answer
weak
Unlock the answer
question
The existence of a(n) ____entity indicates that its minimum cardinality is zero.
answer
optional
Unlock the answer
question
The Crow's foot symbol with two vertical parallel lines indicates ____ cardinality.
answer
(1,1)
Unlock the answer
question
A ____ relationship exists when an association is maintained within a single entity.
answer
unary
Unlock the answer
question
A _____ relationship exists when three entities are associated.
answer
ternary
Unlock the answer
question
If an employee within an EMPLOYEE entity has a relationship with itself, that relationship is known as a _____ relationship.
answer
recursive
Unlock the answer
question
To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent ____ relationships whenever possible.
answer
binary
Unlock the answer
question
The entity relationship model uses the associative entity to represent a(n) ____ relationship between two or more entities.
answer
M:N
Unlock the answer
question
When using the Crow's Foot notation, the associative entity is indicated by _____ relationship lines between the parents and the associative entity.
answer
solid
Unlock the answer
question
If Tiny College has some departments that are classified as "research only" and do not offer courses, the COURSE entity of the college database would be _____ the DEPARTMENT entity.
answer
optional to
Unlock the answer
question
In organizations that generate large number of transactions, ____ are often a top priority in database design.
answer
high processing speeds
Unlock the answer
question
Complex _____ requirements may dictate data transformations, and they may not expand the number of entities and attributes within the design.
answer
information
Unlock the answer
question
Normalization works through a series of stages called normal forms. For most purposes in business database design, ____ stages are as high as you need to ...
answer
Three
Unlock the answer
question
From a structural point of view, 3NF is better than_____.
answer
2NF
Unlock the answer
question
1NF, 2NF, and 3NF are _____.
answer
normalization stages
Unlock the answer
question
From a structural point of view, 2NF is better than _____.
answer
1NF
Unlock the answer
question
____ yields better performance.
answer
Denormalization
Unlock the answer
question
An attribute that is part of a key is known as a(n) _____ attribute.
answer
prime
Unlock the answer
question
A table that displays data redundancies yields ______.
answer
anomalies
Unlock the answer
question
Data redundancy produces ____.
answer
data integrity
Unlock the answer
question
Some very specialized applications may require normalization beyond the ______.
answer
4NF
Unlock the answer
question
Of the following normal forms, _____ is mostly of theoretical interest.
answer
DKNF
Unlock the answer
question
A(n) ______ exists when there are functional dependencies such that Y is functionally dependent on X, Z is functionally dependent on Y, and X is the primary key.
answer
transitive dependency
Unlock the answer
question
Attribute A _____ attribute B if all of the rows in the table that agree in value for attribute A also agree in value for attribute B.
answer
determines
Unlock the answer
question
A _____ derives its name from the fact that a collection of multiple entries of the same type can exist for any single key attribute occurrence.
answer
repeating group
Unlock the answer
question
A relational table must not contain a(n) ______.
answer
repeating group
Unlock the answer
question
Dependencies based on only a part of a composite primary key are known as ______ dependencies.
answer
partial
Unlock the answer
question
In a(n) _____ diagram, the arrows above the attributes indicate all desirable dependencies.
answer
dependency
Unlock the answer
question
A table that has all key attributes defined, has no repeating groups, and all its attributes are dependent on the primary key is said to be in ______.
answer
1NF
Unlock the answer
question
A table that is in 1NF and includes no partial dependencies is said to be in _____.
answer
2NF
Unlock the answer
question
If you have three different transitive dependencies, _____different determinant(s) exist.
answer
three
Unlock the answer
question
Before converting a table into 3NF, it is imperative that the table already be in _____.
answer
2NF
Unlock the answer
question
A(n) _____ exists when there are functional dependencies such that XY is functionally dependent on WZ, X is functionally dependent on W, and XY is the primary key.
answer
partial dependency
Unlock the answer
question
If a table has multiple candidate keys and one of those candidate keys is a composite key, the table can have ______ based on this composite candidate key even when the primary key changes...
answer
partial dependencies
Unlock the answer
question
A table that is in 2NF and contains no transitive dependencies is said to be in _____.
answer
3NF
Unlock the answer
question
Improving _____ leads to more flexible queries.
answer
atomicity
Unlock the answer
question
An atomic attribute ______.
answer
cannot be further subdivided
Unlock the answer
question
The most likely data type for a surrogate key is _____.
answer
numeric
Unlock the answer
question
Granularity refers to ______.
answer
the level of detail represented by the values in a table's row
Unlock the answer
question
From a system functionality point of view, _____ attribute values can be calculated when they are needed to write reports or invoices.
answer
derived
Unlock the answer
question
In a real-world environment, we must strike a balance between design integrity and _____.
answer
flexibility
Unlock the answer
question
For most business transactional databases, we should normalize relations into ______.
answer
3NF
Unlock the answer
question
To generate a surrogate key, Microsoft Access uses a(n) _____ data type.
answer
AutoNumber
Unlock the answer
question
A table where every determinant is a candidate key is said to be in _____.
answer
BCNF
Unlock the answer
question
In a _____ situation, one key determines multiple values of two other attributes and those attributes are independent of each other.
answer
multivalued dependency
Unlock the answer
question
BCNF can be violated only if the table contains more than one _____ key.
answer
candidate
Unlock the answer
question
When a table contains only one candidate key, ______ are considered to be equivalent.
answer
the 3NF and the BCNF
Unlock the answer
question
Most designers consider the BCNF as a special case of the _____.
answer
3NF
Unlock the answer
question
A table where all attributes are dependent on the primary key but are independent of each other, and no row contains two or more multivalued facts about...
answer
4NF
Unlock the answer
question
A table is in 4NF if it is in 3NF, and _____.
answer
it has no multivalued dependencies.
Unlock the answer
question
When designing a database, you should ____.
answer
make sure that entities are in normal form before table structures are created
Unlock the answer
question
Normalization represents a micro view of the _____ within the ERD.
answer
entities
Unlock the answer
question
An example of denormalization is using a ____ denormalized table to hold report data. This is required when creating a tabular report in which the columns represent data....
answer
temporary
Unlock the answer
question
The conflicts between design efficiency, information requirements, and performance are often resolved through.
answer
compromises that include denormalization
Unlock the answer
question
Data warehouse routinely uses ____ structures in its complex, multilevel, multisource data environment.
answer
2NF
Unlock the answer
question
_____ databases reflect the ever-growing demand for greater scope and depth in the data on which decision support systems increasingly rely.
answer
Data warehouse
Unlock the answer