Filters
Question type

Study Flashcards

Explain the Boyce-Codd normal form (BCNF). How is it related to other normal forms?

Correct Answer

verifed

verified

A table is in Boyce-Codd normal form (BC...

View Answer

A relational table must not contain a(n) _____.


A) entity
B) attribute
C) relationship
D) repeating group

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

What steps are involved in the conversion to third normal form?

Correct Answer

verifed

verified

Step 1: Make New Tables to Eliminate Tra...

View Answer

In order to meet performance requirements, portions of the database design may need to be occasionally denormalized.

A) True
B) False

Correct Answer

verifed

verified

_____ refers to the level of detail represented by the values stored in a table's row.

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

Repeating groups must be eliminated by ensuring that each row defines a single entity.

A) True
B) False

Correct Answer

verifed

verified

Any attribute that is at least part of a key is known as a(n) _____.

Correct Answer

verifed

verified

prime attr...

View Answer

A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.

A) True
B) False

Correct Answer

verifed

verified

True

A dependency based on only a part of a composite primary key is called a(n) _____.

Correct Answer

verifed

verified

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.


A) Boyce-Codd normal forms
B) redundancies
C) time-variances
D) partial dependencies

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

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


A) robustness
B) flexibility
C) uniqueness
D) ease of use

E) All of the above
F) C) and D)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

True

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

A) True
B) False

Correct Answer

verifed

verified

In the context of partial dependencies, data redundancies occur because every row entry requires duplication of data.

A) True
B) False

Correct Answer

verifed

verified

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.


A) two
B) three
C) four
D) five

E) A) and B)
F) A) and D)

Correct Answer

verifed

verified

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.


A) partial dependency
B) transitive dependency
C) repeating group
D) primary key

E) A) and D)
F) None of the above

Correct Answer

verifed

verified

C

A table is in 4NF if it is in 3NF, and _____.


A) all attributes must be dependent on the primary key and must be dependent on each other
B) all attributes are unrelated
C) it has no multivalued dependencies
D) no column contains the same values

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

Dependency diagrams are very helpful in getting a bird's-eye view of all the relationships among a table's attributes.

A) True
B) False

Correct Answer

verifed

verified

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.


A) transitive
B) 3NF
C) component
D) temporary

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Showing 1 - 20 of 75

Related Exams

Show Answer