Database Ch 5

70 Questions | Attempts: 220
Please wait...
Question 1 / 71
🏆 Rank #--
Score 0/100

1. A table is in fourth normal form if it is in third normal form and has no multiple sets of multivalued dependencies.

Submit
Please wait...
About This Quiz
Database Quizzes & Trivia

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. Dependencies can be identified with the help of the dependency diagram.

Submit

3. Relational models view the data as part of a table or collection of tables in which all key values must be identified.

Submit

4. A table is in 2NF if it is in 1NF and it includes no partial dependencies.

Submit

5. Because a partial dependency can exist only if a table's primary key is composed of several attributes, a table whose primary key consists of only a single attribute must automatically be in 2NF if it is in 1NF.

Submit

6. Normalization should be part of the design process.

Submit

7. Normalization works through a series of stages called normal forms.

Submit

8.  Unnormalized database tables often lead to various data redundancy disasters in production databases.

Submit

9. From a structural point of view, 2NF is better than ____.

Submit

10. It is possible for a table in 2NF to exhibit transitive dependency, where one or more attributes may be functionally dependent on non-key attributes.

Submit

11. 1NF, 2NF, and 3NF are ____.

Submit

12. All relational tables satisfy the 1NF requirements.

Submit

13.  Normalization represents a micro view of the entities within the ERD.

Submit

14. The advantage of higher processing speed must be carefully weighed against the disadvantage of data anomalies.

Submit

15. Repeating groups must be eliminated by making sure that each row defines a single entity.

Submit

16.  In order to meet performance requirements, you may have to denormalize portions of the database design.

Submit

17. Data redundancies are caused by the fact that every row entry requires duplication of data.

Submit

18. ____ is not a valid normal form.

Submit

19. Dependencies based on only a part of a composite primary key are called ____ dependencies.

Submit

20.  A table is in BCNF if every determinant in the table is a candidate key.

Submit

21. Normalization works through a series of stages called normal forms. Typically ____ stages are processed.  

Submit

22. Of the following ____ would be the best name for a column representing the charges per hour in a table named JOB.

Submit

23.   Denormalization produces a lower normal form.

Submit

24. Converting a database format from 1NF to 2NF is a complex process.

Submit

25. Granularity refers to ____.

Submit

26. A table that displays data redundancies yields ____.

Submit

27. Given the table EMP_PROJ (PROJ_NUM, EMP_NUM, PROJ_NAME, EMP_NAME, JOB_CLASS, CHG_HOURS, HOURS),  of the following,____, is a partial dependency.

Submit

28. A table where every determinant is a candidate key is said to be in ____.

Submit

29. A relation is not in 1NF if ____.

Submit

30. A table that is in 1NF and includes no partial dependencies only is said to be in ____.

Submit

31. An atomic attribute ____.

Submit

32. In a real-world environment, we must strike a balance between design integrity and ____.

Submit

33. For most business transactional databases, we should normalize relations into ____.

Submit

34. A table is in BCNF if every determinant in the table is a foreign key.

Submit

35. 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.

Submit

36. If you have three different transitive dependencies ____  different determinant(s) exist.

Submit

37. Data redundancy produces ____.

Submit

38. In a(n) ____ diagram, the arrows above the attributes indicate all desirable dependencies.

Submit

39. A(n) ____ should not be placed in a relational table.

Submit

40. Atomic attributes are attributes that can be further divided.

Submit

41. When designing a database, you should ____.

Submit

42. Normalization produces a lower normal form.

Submit

43. An attribute that is part of a key is known as a(n) ____ attribute.

Submit

44. Normalization represents a micro view of the ____ within the ERD.

Submit

45. 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 ____.

Submit

46. To generate a surrogate key, Microsoft Access uses a(n) ____ data type.

Submit

47. Most designers consider the BCNF as a special case of the ____.

Submit

48. From a strictly database point of view, ____ attribute values can be calculated when they are needed to write reports or invoices.

Submit

49. BCNF can be violated only if the table contains more than one ____ key.

Submit

50. The conflicts between design efficiency, information requirements, and processing speed are often resolved through ____.

Submit

51. ____ yields better performance.

Submit

52. Converting a ____ is not an example of denormalization.

Submit

53. The most likely data type for a surrogate key is ____.

Submit

54. ____ databases reflect the ever-growing demand for greater scope and depth in the data on which decision support systems increasingly rely.

Submit

55. A table is in 4NF if ____.

Submit

56. Normalization purity is easy to sustain in the modern database environment.

Submit

57. A table that is in 2NF and contains no transitive dependencies is said to be in ____.

Submit

58. A dependency of one nonprime attribute on another nonprime attribute is a partial dependency.

Submit

59.  Normalization is a very important database design ingredient and the highest level is always the most desirable.

Submit

60. Improving ____ leads to more flexible queries.

Submit

61. Some very specialized applications may require normalization beyond the ____.  

Submit

62. Dependencies that are based on only a part of a composite primary key are called transitive dependencies.

Submit

63. Of the following normal forms,____, is mostly of theoretical interest.

Submit

64. Repeating groups must be eliminated by making sure that each column defines a single entity.

Submit

65. 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 that is stored in the table as rows. 

Submit

66. Normalization is a process that is used for changing attributes to entities.

Submit

67. A good relational DBMS excels at managing denormalized relations.

Submit

68. A determinant is any attribute whose value determines other values within a column.

Submit

69. The combination of normalization and ER modeling yields a useful ERD, whose entities may now be translated into appropriate relationship structures.

Submit

70. A table where all attributes are dependent on the primary key and are independent of each other, and no row contains two or more multivalued facts about an entity, is said to be in ____.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (70)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
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...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!