Database Normal Forms Quiz

Database Normal Forms Quiz

11th Grade

8 Qs

quiz-placeholder

Similar activities

Database Normalization

Database Normalization

11th Grade

9 Qs

Databases

Databases

11th Grade - University

10 Qs

Database Concepts - Second

Database Concepts - Second

11th Grade

10 Qs

Database Concept

Database Concept

9th - 12th Grade

10 Qs

Normalisation

Normalisation

11th - 12th Grade

13 Qs

Databases

Databases

9th - 11th Grade

13 Qs

The Role of Normalisation

The Role of Normalisation

9th - 12th Grade

9 Qs

Understanding Database Normalisation Concepts

Understanding Database Normalisation Concepts

11th Grade - University

10 Qs

Database Normal Forms Quiz

Database Normal Forms Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

RESMI ICT TEACHER

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Storing the same data multiple times in a database.

Inefficient Data Maintenance

Non-Key/Transitive Dependency

Lack Of Data Flexibility

Data Duplication/Redundancy

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A table is in this NF if it is in 1NF and all non-key attributes are fully functionally dependent on the entire primary key (applies to tables with composite primary keys).

First Normal Form (1NF)

Second Normal Form (2NF)

Third Normal Form (3NF)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of organizing data in a database to reduce redundancy and improve data integrity.

Data Duplication/Redundancy

Insert Anomaly

Normalization (Database)

Atomicity (in Databases)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The property of a column holding only indivisible values.

Normalization (Database)

Atomicity (in Databases)

Third Normal Form (3NF)

Data Duplication/Redundancy

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A dependency where a non-key attribute depends on only part of a composite primary key.

Update Anomaly

Functional Dependency

Partial-Key Dependency

Non-Key/Transitive Dependency

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A dependency where a non-key attribute depends on another non-key attribute, which depends on the primary key. (A -> B -> C)

Data Duplication/Redundancy

Partial-Key Dependency

transitive/Functional Dependency

Non-Key/Transitive Dependency

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inconsistency in data resulting from a partial update.

Insert Anomaly

Insertion Anomaly

Delete Anomaly

Update Anomaly

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inability to add data to a database due to missing information.

Update Anomaly

Integrity Anomaly

Insert Anomaly

Delete Anomaly