wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Hands-on Modul 3

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Database normalization is a systematic approach of decomposing cardinality to eliminate data classification

a)

TRUE

b)

FALSE

2.

Which normal form is considered adequate for usual database design?

a)

1NF

b)

2NF

c)

3NF

d)

5NF

3.

What must you do to maintain data integrity when you normalize a relation by breaking it into two smaller relations?

a)

Create a primary key(s) for the new relation

b)

Denormalize the data

c)

Assign both relations the same primary key field(s)

d)

Remove any functional dependencies from both relations

4.

Every Boyee-Codd normal form is in…

a)

First normal form

b)

Third normal form

c)

First normal form, Second normal form

d)

First normal form, Second normal form, Third normal form

5.

Which one of these are TRUE about the rules of 1NF

a)

It should only have single (atomic) valued attributes/columns, Columns have no repeating/similar data, each row is unique

b)

Columns have a few similar data

c)

It doesn't have Transitive Dependency

d)

It should only have single (atomic) valued attributes/columns, it doesn't have Transitive Dependency, Columns have no repeating/similar data, each row is unique

6.

The primary key is selected from...

a)

Determinants Key

b)

Composite Key

c)

Candidate Key

d)

Foreign Key

7.

A foreign key is a column or a set of columns in a table whose values correspond to the values of the primary key in another table

a)

TRUE

b)

FALSE

8.

Which is the following statement best to describe PRIMARY KEY?

a)

A primary key is a column of a table or a set of columns that helps to identify every record present in that table similarly

b)

A primary key is a set of two or more attributes that help identify each tuple in a table uniquely

c)

None of the above are right

d)

A primary key is a column of a table or a set of columns that helps to identify every record present in that table uniquely

9.

A database is in third normal form if it satisfies the following conditions

a)

All of the answers above are correct.

b)

The relation is in fourth normal form and There is no transitive functional dependency

c)

Contains an atomic value

d)

The relation is in second normal form and There is no transitive functional dependency

10.

A descriptor column contains what type of data?

a)

A candidate key

b)

A link to another table

c)

A description of the table as a whole

d)

A non-key attribute of an entity