Exam 6: Normalization of Database Tables
Exam 1: Database Systems75 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model75 Questions
Exam 4: Entity Relationship Er Modeling75 Questions
Exam 5: Advanced Data Modeling75 Questions
Exam 6: Normalization of Database Tables75 Questions
Exam 7: Introduction to Structured Query Language Sql75 Questions
Exam 8: Advanced Sql75 Questions
Exam 9: Database Design75 Questions
Exam 10: Transaction Management and Concurrency Control74 Questions
Exam 11: Database Performance Tuning and Query Optimization75 Questions
Exam 12: Distributed Database Management Systems74 Questions
Exam 13: Business Intelligence and Data Warehouses74 Questions
Exam 14: Big Data and Nosql75 Questions
Exam 15: Database Connectivity and Web Technologies73 Questions
Exam 16: Database Administration and Security74 Questions
Select questions type
A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.
Free
(True/False)
4.8/5
(27)
Correct Answer:
True
Relational models view data as part of a table or collection of tables in which all key values must be identified.
Free
(True/False)
4.8/5
(25)
Correct Answer:
True
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.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
C
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 chosen is a single attribute.
(Multiple Choice)
4.8/5
(42)
Any attribute that is at least part of a key is known as a(n) _____.
(Short Answer)
4.8/5
(26)
Explain the Boyce-Codd normal form (BCNF). How is it related to other normal forms?
(Essay)
4.9/5
(31)
Dependency diagrams are very helpful in getting a bird's-eye view of all the relationships among a table's attributes.
(True/False)
4.8/5
(29)
_____ refers to the level of detail represented by the values stored in a table's row.
(Short Answer)
4.9/5
(43)
Normalization represents a micro view of the entities within the ERD.
(True/False)
4.8/5
(32)
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 go in the normalization process.
(Multiple Choice)
4.7/5
(41)
In order to meet performance requirements, portions of the database design may need to be occasionally denormalized.
(True/False)
4.8/5
(35)
In a real-world environment, we must strike a balance between design integrity and _____.
(Multiple Choice)
4.9/5
(41)
Because a partial dependency can exist only when a table's primary key is composed of several attributes, a table whose _____ key consists of only a single attribute is automatically in 2NF once it is in 1NF.
(Short Answer)
4.7/5
(34)
A dependency based on only a part of a composite primary key is called a(n) _____.
(Short Answer)
5.0/5
(41)
Repeating groups must be eliminated by ensuring that each row defines a single entity.
(True/False)
4.9/5
(31)
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 are stored in the table as rows.
(Multiple Choice)
4.9/5
(29)
In the context of partial dependencies, data redundancies occur because every row entry requires duplication of data.
(True/False)
4.7/5
(42)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)