wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Understanding Database Normalization

Total questions: 1

Worksheet time: 34mins

Name
Class
Date

1-10.

Answer the questions below after watching the video

1.

What is the primary purpose of database normalization?

a)

To speed up data retrieval

b)

To structure data to avoid redundancy

c)

To protect against bad data

d)

To simplify complex topics

2.

Which of the following is NOT a violation of First Normal Form?

a)

Storing different data types in one column

b)

Using row order to convey information

c)

Using repeating groups in a table

d)

Having a primary key for each table

3.

What does Second Normal Form specifically focus on?

a)

Removing transitive dependencies

b)

Eliminating redundant data

c)

Dependency on the entire primary key

d)

Ensuring all attributes depend only on the primary key

4.

What is a deletion anomaly?

a)

Duplicate data existing in multiple places in a database

b)

Inability to add new data without existing related data

c)

Loss of all data related to an entity when one data item is removed

d)

Incorrect data following an update operation

5.

Which form is described as every attribute in a table depending on the key, the whole key, and nothing but the key?

a)

Third Normal Form

b)

Second Normal Form

c)

Boyce-Codd Normal Form

d)

First Normal Form

6.

What type of dependency is forbidden under Third Normal Form?

a)

Functional dependency

b)

Multivalued dependency

c)

Transitive dependency

d)

Partial dependency

7.

Which scenario describes a transitive dependency?

a)

An attribute depends only on part of a composite key

b)

An attribute depends on the whole primary key

c)

An attribute depends on another attribute which itself depends on the primary key

d)

Multiple attributes depend on a composite key

8.

Which Normal Form deals with multivalued dependencies?

a)

Fifth Normal Form

b)

Fourth Normal Form

c)

Third Normal Form

d)

Second Normal Form

9.

What does it mean if a table is in Fifth Normal Form?

a)

It has no multivalued dependencies

b)

It cannot be decomposed into smaller tables without loss of data

c)

It is free from update anomalies

d)

It can be reconstructed by joining smaller tables

10.

What problem does Fourth Normal Form address?

a)

All forms of data redundancy

b)

Multivalued dependencies independent of the primary key

c)

Transitive dependencies

d)

Partial dependencies