Group Database Normalization Quiz

Group Database Normalization Quiz

University

14 Qs

quiz-placeholder

Similar activities

SQL Data Manipulation Quiz

SQL Data Manipulation Quiz

University

10 Qs

DBMS Midterm Examination

DBMS Midterm Examination

University

9 Qs

MIS305 (Ch-6.1)

MIS305 (Ch-6.1)

University

10 Qs

Creating tables in HTML

Creating tables in HTML

University

10 Qs

Database Design Quiz Normalization part 1

Database Design Quiz Normalization part 1

University

10 Qs

Sec. 11:  Deployments & Managing Infrastructure at  Scale

Sec. 11: Deployments & Managing Infrastructure at Scale

University

14 Qs

Bab 4 Normalisasi Database

Bab 4 Normalisasi Database

University

17 Qs

W3 - Technology affordances and multimedia learning effects

W3 - Technology affordances and multimedia learning effects

University

17 Qs

Group Database Normalization Quiz

Group Database Normalization Quiz

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Jigme Dema

Used 13+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main objective of normalization in a database?

To duplicate data across multiple tables

To organize data to reduce redundancy and avoid anomalies

To increase the number of tables in the database

To allow for multi-valued attributes in each column

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a condition for a table to be in First Normal Form (1NF)?

Columns can contain sets of values

All values in a column must be unique

All values in a column must belong to the same domain

Tables can have repeating groups

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Why does a table need to be in 1NF before it can be in 2NF?

1NF ensures the table is free from transitive dependencies

1NF organizes the table into atomic values, setting the foundation for higher normal forms

1NF ensures that all non-prime attributes depend on the primary key

1NF eliminates partial dependencies

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following violates Second Normal Form (2NF)?

A non-prime attribute depending on the entire primary key

A non-prime attribute depending on part of a composite primary key

A non-prime attribute depending on another non-prime attribute

All non-prime attributes directly depending on the primary key

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a Transitive Dependency?

Customer_ID → Customer_Name

  • Student_ID → Student_City → Student_State

  • Product_Name → Price

  • Customer_ID → Product_Name

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What does Third Normal Form (3NF) aim to eliminate?

Multi-valued attributes

Transitive dependencies

Partial dependencies

Candidate keys

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is data redundancy eliminated when moving from 1NF to 2NF?

By merging tables with similar data

By decomposing the table to eliminate partial dependencies

By adding additional columns to the table

By creating composite primary keys

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?