Database Normalization - Simple Test

Database Normalization - Simple Test

University

6 Qs

quiz-placeholder

Similar activities

Q1 - Info. Mgt

Q1 - Info. Mgt

University

10 Qs

DBMS QUIZZ

DBMS QUIZZ

University

10 Qs

QUIZ 1 DATA BASE

QUIZ 1 DATA BASE

University

10 Qs

Introduction to Database

Introduction to Database

University

10 Qs

DBMS QUIZ UNIT 3- NORMALUZATION

DBMS QUIZ UNIT 3- NORMALUZATION

University

10 Qs

Database Management System

Database Management System

University - Professional Development

10 Qs

DBMS-22-7-25

DBMS-22-7-25

University

10 Qs

Rdbms unit 2

Rdbms unit 2

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