Database Normal Forms Quiz

Database Normal Forms Quiz

11th Grade

8 Qs

quiz-placeholder

Similar activities

Normalisation

Normalisation

11th - 12th Grade

13 Qs

SS 2 Online Exam

SS 2 Online Exam

11th Grade

10 Qs

Database Normalisation

Database Normalisation

11th - 12th Grade

13 Qs

Database Concepts (1)

Database Concepts (1)

11th Grade

10 Qs

Database Concepts - Third

Database Concepts - Third

11th Grade

10 Qs

8525 AQA GCSE CS 3.7.1 Introduction to Relational Data

8525 AQA GCSE CS 3.7.1 Introduction to Relational Data

11th Grade

10 Qs

DBMS-Open Office

DBMS-Open Office

9th - 12th Grade

10 Qs

Database Normalization

Database Normalization

11th Grade

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