A table is in fourth normal form if it is in third normal form and has...
Dependencies can be identified with the help of the dependency...
Relational models view the data as part of a table or collection of...
A table is in 2NF if it is in 1NF and it includes no partial...
Because a partial dependency can exist only if a table's primary...
Normalization should be part of the design process.
Normalization works through a series of stages called normal forms.
Unnormalized database tables often lead to various data...
From a structural point of view, 2NF is better than ____.
It is possible for a table in 2NF to exhibit transitive dependency,...
1NF, 2NF, and 3NF are ____.
All relational tables satisfy the 1NF requirements.
Normalization represents a micro view of the entities within the...
The advantage of higher processing speed must be carefully weighed...
Repeating groups must be eliminated by making sure that each row...
In order to meet performance requirements, you may have to...
Data redundancies are caused by the fact that every row entry requires...
____ is not a valid normal form.
Dependencies based on only a part of a composite primary key are...
A table is in BCNF if every determinant in the table is a...
Normalization works through a series of stages called normal forms....
Of the following ____ would be the best name for a column representing...
Denormalization produces a lower normal form.
Converting a database format from 1NF to 2NF is a complex process.
Granularity refers to ____.
A table that displays data redundancies yields ____.
Given the table EMP_PROJ (PROJ_NUM, EMP_NUM, PROJ_NAME, EMP_NAME,...
A table where every determinant is a candidate key is said to be in...
A relation is not in 1NF if ____.
A table that is in 1NF and includes no partial dependencies only is...
An atomic attribute ____.
In a real-world environment, we must strike a balance between design...
For most business transactional databases, we should normalize...
A table is in BCNF if every determinant in the table is a foreign key.
Attribute A ____ attribute B if all of the rows in the table that...
If you have three different transitive dependencies ____ ...
Data redundancy produces ____.
In a(n) ____ diagram, the arrows above the attributes indicate all...
A(n) ____ should not be placed in a relational table.
Atomic attributes are attributes that can be further divided.
When designing a database, you should ____.
Normalization produces a lower normal form.
An attribute that is part of a key is known as a(n) ____ attribute.
Normalization represents a micro view of the ____ within the ERD.
A table that has all key attributes defined, has no repeating groups,...
To generate a surrogate key, Microsoft Access uses a(n) ____ data...
Most designers consider the BCNF as a special case of the ____.
From a strictly database point of view, ____ attribute values can be...
BCNF can be violated only if the table contains more than one ____...
The conflicts between design efficiency, information requirements, and...
____ yields better performance.
Converting a ____ is not an example of denormalization.
The most likely data type for a surrogate key is ____.
____ databases reflect the ever-growing demand for greater scope and...
A table is in 4NF if ____.
Normalization purity is easy to sustain in the modern database...
A table that is in 2NF and contains no transitive dependencies is said...
A dependency of one nonprime attribute on another nonprime attribute...
Normalization is a very important database design ingredient and...
Improving ____ leads to more flexible queries.
Some very specialized applications may require normalization beyond...
Dependencies that are based on only a part of a composite primary key...
Of the following normal forms,____, is mostly of theoretical interest.
Repeating groups must be eliminated by making sure that each column...
An example of denormalization is using a ____ denormalized table to...
Normalization is a process that is used for changing attributes to...
A good relational DBMS excels at managing denormalized relations.
A determinant is any attribute whose value determines other values...
The combination of normalization and ER modeling yields a useful ERD,...
A table where all attributes are dependent on the primary key and are...