wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Normalisation

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

1.Which of the following is TRUE about normalisation?

a)

It is the process of dividing larger tables into smaller interlinked tables.

b)

Increases data redundancy.

c)

It is the process of dividing larger tables into smaller independent tables.

d)

It is the process of removing duplicate entries in a table.

2.

In which stage of normalisation are the grouped attributes converted to individual attributes?

a)

1st

b)

2nd

c)

3rd

3.

A table in 1NF and with ……………….. is automatically in second Normal Form.

a)

Composite primary key

b)

Single primary key

c)

Multiple foreign keys

4.

Which of the following is NOT necessarily an attribute of a table in 2nd Normal Form?

a)

No partial dependencies

b)

No non-key dependencies

c)

No repeated attributes

d)

No grouped attributes

5.

What type of entity relationships always require a link table?

a)

One-to-one

b)

One-to-many

c)

Many-to-many

6.

Which of the following is NOT necessarily an attribute of a table in 1st Normal Form?

a)

No partial dependencies

b)

No non-key dependencies

c)

No repeated attributes

d)

Both A and B

7.

Which of the following is the main motive of normalisation?

a)

Join many smaller tables

b)

Reduce data redundancy while merging smaller tables

c)

Creating a larger table with all entities

d)

None of the above

8.

Is this table in 2NF: purchase (customerID, storeID, storeLocation)?

a)

Yes

b)

No

9.

9.This table is in what form?

OrderDetails (OrderID, OrderDate, CustomerID, CustomerName, CustomerAddress)

a)

1NF

b)

2NF

c)

3NF

10.

10.This table, given to teachers, manages the locations and timings of sessions of teachers in a school. This table is in what form?

sessionDetails (teacherID, courseID, sessionLocation, sessionTimings)

a)

1NF

b)

2NF

c)

3NF