Combo with "MIS 342–Midtern–Chapter 4" and 1 other – Flashcards

Unlock all answers in this set

Unlock answers
question
The entity relationship diagram (ERD) represents the ____database as viewed by the end user.
answer
conceptual
question
The _____notation of entity-relationship modelling can be used for both conceptual and implementation modelling.
answer
UML
question
A(n) ____ is the set of possible values for a given attribute.
answer
domain
question
Ideally, an entity identifier is composed of ___ attributes.
answer
one
question
A ___ attribute can be further subdivided to yield additional attributes.
answer
composite
question
A ___ attribute is one that cannot be subdivided.
answer
simple
question
The conceptual model can handle ____ relationships and multivalued attributes.
answer
M:N
question
A derived attribute is indicated in the Chen model by a ____ that connects the attribute and an entity.
answer
dashed line
question
The decision to store ____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application.
answer
derived
question
A relationship is an association between _____.
answer
entities
question
_____ expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
answer
Cardinality
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)
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
question
Knowing the minimum and maximum number of ____ occurrences is very helpful at the application software level.
answer
entity
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
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
question
A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.
answer
weak
question
The existence of a(n) ____entity indicates that its minimum cardinality is zero.
answer
optional
question
The Crow's foot symbol with two vertical parallel lines indicates ____ cardinality.
answer
(1,1)
question
A ____ relationship exists when an association is maintained within a single entity.
answer
unary
question
A _____ relationship exists when three entities are associated.
answer
ternary
question
If an employee within an EMPLOYEE entity has a relationship with itself, that relationship is known as a _____ relationship.
answer
recursive
question
To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent ____ relationships whenever possible.
answer
binary
question
The entity relationship model uses the associative entity to represent a(n) ____ relationship between two or more entities.
answer
M:N
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
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
question
In organizations that generate large number of transactions, ____ are often a top priority in database design.
answer
high processing speeds
question
Complex _____ requirements may dictate data transformations, and they may not expand the number of entities and attributes within the design.
answer
information
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
question
From a structural point of view, 3NF is better than_____.
answer
2NF
question
1NF, 2NF, and 3NF are _____.
answer
normalization stages
question
From a structural point of view, 2NF is better than _____.
answer
1NF
question
____ yields better performance.
answer
Denormalization
question
An attribute that is part of a key is known as a(n) _____ attribute.
answer
prime
question
A table that displays data redundancies yields ______.
answer
anomalies
question
Data redundancy produces ____.
answer
data integrity
question
Some very specialized applications may require normalization beyond the ______.
answer
4NF
question
Of the following normal forms, _____ is mostly of theoretical interest.
answer
DKNF
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
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
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
question
A relational table must not contain a(n) ______.
answer
repeating group
question
Dependencies based on only a part of a composite primary key are known as ______ dependencies.
answer
partial
question
In a(n) _____ diagram, the arrows above the attributes indicate all desirable dependencies.
answer
dependency
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
question
A table that is in 1NF and includes no partial dependencies is said to be in _____.
answer
2NF
question
If you have three different transitive dependencies, _____different determinant(s) exist.
answer
three
question
Before converting a table into 3NF, it is imperative that the table already be in _____.
answer
2NF
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
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
question
A table that is in 2NF and contains no transitive dependencies is said to be in _____.
answer
3NF
question
Improving _____ leads to more flexible queries.
answer
atomicity
question
An atomic attribute ______.
answer
cannot be further subdivided
question
The most likely data type for a surrogate key is _____.
answer
numeric
question
Granularity refers to ______.
answer
the level of detail represented by the values in a table's row
question
From a system functionality point of view, _____ attribute values can be calculated when they are needed to write reports or invoices.
answer
derived
question
In a real-world environment, we must strike a balance between design integrity and _____.
answer
flexibility
question
For most business transactional databases, we should normalize relations into ______.
answer
3NF
question
To generate a surrogate key, Microsoft Access uses a(n) _____ data type.
answer
AutoNumber
question
A table where every determinant is a candidate key is said to be in _____.
answer
BCNF
question
In a _____ situation, one key determines multiple values of two other attributes and those attributes are independent of each other.
answer
multivalued dependency
question
BCNF can be violated only if the table contains more than one _____ key.
answer
candidate
question
When a table contains only one candidate key, ______ are considered to be equivalent.
answer
the 3NF and the BCNF
question
Most designers consider the BCNF as a special case of the _____.
answer
3NF
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
question
A table is in 4NF if it is in 3NF, and _____.
answer
it has no multivalued dependencies.
question
When designing a database, you should ____.
answer
make sure that entities are in normal form before table structures are created
question
Normalization represents a micro view of the _____ within the ERD.
answer
entities
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
question
The conflicts between design efficiency, information requirements, and performance are often resolved through.
answer
compromises that include denormalization
question
Data warehouse routinely uses ____ structures in its complex, multilevel, multisource data environment.
answer
2NF
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
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New