DBMS QUIZ

DBMS QUIZ

University

8 Qs

quiz-placeholder

Similar activities

Normalization-Quiz

Normalization-Quiz

University

5 Qs

Дерекқор жүйелері бойынша тест

Дерекқор жүйелері бойынша тест

University

10 Qs

Basdat - Review

Basdat - Review

University

12 Qs

test

test

University

10 Qs

Unit - 1 -Database design & Normalisation

Unit - 1 -Database design & Normalisation

University

5 Qs

DBMS Quiz1

DBMS Quiz1

University - Professional Development

10 Qs

DBMS concepts (Easy)

DBMS concepts (Easy)

University

10 Qs

PBD SK T4 - 2.2 Reka Bentuk Pangkalan Data Hubungan

PBD SK T4 - 2.2 Reka Bentuk Pangkalan Data Hubungan

1st Grade - Professional Development

6 Qs

DBMS QUIZ

DBMS QUIZ

Assessment

Quiz

Computers

University

Hard

Created by

Komal Patil

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Let R =( A, B, C, D, E, F ) be a relation scheme with the following dependencies:
C→F,

E→A,

EC→D,

A→B.

Which of the following is a key of R?

CD

EC

AE

AC

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Consider a schema R(A,B,C,D) and functional dependencies A->B and C->D
Then the decomposition of R into R1(AB) and R2(CD) is

dependency preserving and lossless join

lossless join but not dependency preserving

dependency preserving but not lossless join

not dependency preserving and not lossless join

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Atomicity of domain of attribute is related to

1NF

2NF

3NF

4NF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Normal form deals with eliminating partial dependencies ?

1NF

2NF

3NF

BCNF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is purpose of normalization in database

to make retrieval faster

to make retrieval slower

To reduce redundancy

To increase data Duplication

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A table is in 2NF if the table is in 1NF and what other condition is met?

There are no functional dependencies.

There are no attributes that are not functionally dependent on the relation's primary key.

There are no null values in primary key fields.

There are no repeating groups.

7.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Media Image

A

B

C

D

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A relation R (A, B, C, D, E, F, G, H)and set of functional dependencies are 

CH → G, 

A → BC, 

B → CFH, 

E → A, 

F → EG