DBMS - Normalization

DBMS - Normalization

University

7 Qs

quiz-placeholder

Similar activities

Pop Quiz 3 (DFC20203)

Pop Quiz 3 (DFC20203)

University

10 Qs

DBMS concepts(Hard)

DBMS concepts(Hard)

University

10 Qs

DBMS

DBMS

University

2 Qs

G4

G4

University

2 Qs

IMS.

IMS.

University

10 Qs

Understanding Database Normalisation Concepts

Understanding Database Normalisation Concepts

11th Grade - University

10 Qs

Quiz Normalisasi Database

Quiz Normalisasi Database

University

10 Qs

Veritabanı 1. Kısa Sınav

Veritabanı 1. Kısa Sınav

University

10 Qs

DBMS - Normalization

DBMS - Normalization

Assessment

Quiz

Computers

University

Hard

Created by

Carlin CHU

Used 6+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Normalization works through a series of stages called normal forms. Typically ____ stages are processed.

2

3

4

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1NF describes the tabular format in which all of the following are true except ____.

all the key attributes are defined

there are no repeating groups in the table

all attributes are dependent on the primary key

no attributes are dependent on the primary key

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data redundancy produces ____.

slower lookups

robust design

efficient storage use

data integrity problems

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Normalization is a process for assigning ____ to entities.

data

files

attributes

relations

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

From a structural point of view, 2NF is better than ____.

1NF

2NF

3NF

4NF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ yields better performance in simple data retrieval process.

Denormalization

Normalization

Atomization

Compression

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dependencies based on only a part of a composite primary key are called ____ dependencies.

primary

partial

incomplete

composite