Database Normalization - Simple Test

Database Normalization - Simple Test

University

6 Qs

quiz-placeholder

Similar activities

Unit-1-Keys-2-Q&A

Unit-1-Keys-2-Q&A

University

10 Qs

Database Design_Topic 3_Formative

Database Design_Topic 3_Formative

University

10 Qs

DBMS concepts (Easy)

DBMS concepts (Easy)

University

10 Qs

DBMS Quiz1

DBMS Quiz1

University - Professional Development

10 Qs

EXERCISE_RELATIONALDATABASE

EXERCISE_RELATIONALDATABASE

University

10 Qs

Developing DBs Week 7

Developing DBs Week 7

University

7 Qs

DBMS_4CSE1_MINOR1_EXAM_4-FEB-2021

DBMS_4CSE1_MINOR1_EXAM_4-FEB-2021

University

7 Qs

test

test

University

10 Qs

Database Normalization - Simple Test

Database Normalization - Simple Test

Assessment

Quiz

Computers

University

Medium

Created by

IPS IPS

Used 26+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A phrase to describe Un-Normalized Form in Database

Redundancy

Primary Key

Unique

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Goals of Database Normalization, except:

Must Depend on Primary Key

Eliminate Insertion, Update and Deletion Anomalies

Minimize Data Redundancy

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

The following table is in ... form

1st Normal

3rd Normal

Un-Normalized

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the best phrase to describe relationship between table "pembeli" and table "penjualan"?

One to many

Many to one

Undetermined

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A relation is in 1NF if it doesn't contain any ...

Functional dependencies

Repeating groups

Null values in primary key fields

6.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

When you normalize a relation by breaking it into two smaller relations, what must you do to maintain data integrity?

Link the relations by a common field

Remove any functional dependencies from both relations

Assign both relations the same primary key field(s)

Create a primary key(s) for the new relation