DBMS Normalization Quiz

DBMS Normalization Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Kuiz Sains Komputer T4 - Pangkalan Data S1

Kuiz Sains Komputer T4 - Pangkalan Data S1

12th Grade

10 Qs

Database Normalisation

Database Normalisation

11th - 12th Grade

13 Qs

Database Quiz 2 Normalisation

Database Quiz 2 Normalisation

12th Grade

19 Qs

Computer Science 4.10

Computer Science 4.10

12th Grade

20 Qs

Understanding Database Normalisation Concepts

Understanding Database Normalisation Concepts

11th Grade - University

10 Qs

Unit 2 Relational Databases Quiz

Unit 2 Relational Databases Quiz

12th Grade

10 Qs

U2 Normalization

U2 Normalization

10th - 12th Grade

14 Qs

Computer Science ALevel

Computer Science ALevel

10th - 12th Grade

15 Qs

DBMS Normalization Quiz

DBMS Normalization Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

David Hunt

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of database normalization?

To increase data redundancy

To eliminate data redundancy and ensure logical data storage

To decrease data security

To create larger tables

Answer explanation

The main purpose of database normalization is to eliminate data redundancy and ensure logical data storage.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who proposed the theory of normalization?

Raymond F. Boyce

Marcus Allen

Edgar Codd

Alan Turing

Answer explanation

The theory of normalization was proposed by Edgar Codd, making him the correct choice out of the options provided.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 1NF (First Normal Form) ensure?

Each column contains atomic values and each record is unique

No multi-valued dependencies

Elimination of transitive dependency

All non-key attributes are fully functional on the primary key

Answer explanation

Each column contains atomic values and each record is unique

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a primary key?

A column that can be null

A column that references another table

A column that uniquely identifies a record in a table

A column that can have duplicate values

Answer explanation

A primary key is a column that uniquely identifies a record in a table, distinguishing it from other records.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a composite key?

A primary key composed of multiple columns

A foreign key composed of multiple columns

A key that can be null

A key that is not unique

Answer explanation

A composite key is a primary key composed of multiple columns, making it unique in combination. It helps uniquely identify each row in a table.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main rule of 2NF (Second Normal Form)?

Be in 1NF and have no repeating groups

Be in 1NF and have a single column primary key

Be in 1NF and have no transitive dependencies

Be in 1NF and have no multi-valued dependencies

Answer explanation

The main rule of 2NF is to be in 1NF and have a single column primary key.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a foreign key?

A key that references the primary key of another table

A key that uniquely identifies a record in a table

A key that is always unique

A key that can be null

Answer explanation

A foreign key is a key that references the primary key of another table, establishing a relationship between the two tables.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers