Ace
Learns
Theme
light_mode
dark_mode
light_mode
Light
dark_mode
Dark
monitor
Auto
Open main menu
menu_open
×
Home
History
Geography
Astronomy
Physics
Chemistry
Biology
Agriculture
Sports
Computer Science
Articles
Contact Us
MCQ Categories
Articles
Home
Contact Us
Home
»
Computer Science
»
Databases
»
Normalization in DBMS
Databases
unfold_more
double_arrow
ER Model in DBMS
double_arrow
Functional Dependencies in DBMS
double_arrow
Integrity Constraints in DBMS
double_arrow
Normalization in DBMS
double_arrow
Relational Algebra in DBMS
double_arrow
Relational Calculus in DBMS
double_arrow
SQL in DBMS
double_arrow
Transactions in DBMS
quiz
Normalization in DBMS
1.
What is the primary purpose of database normalization?
A)
To eliminate redundancy and inconsistencies in data
B)
To speed up data retrieval operations
C)
To decrease the storage space required for the database
D)
To simplify complex queries
Answer
keyboard_arrow_down
keyboard_arrow_up
A) To eliminate redundancy and inconsistencies in data
Explanation
2.
Which functional dependency does not ensure a completely non-trivial relationship?
A)
P -> Q, Q -> R
B)
P -> Q, Q -> S, R -> S
C)
P -> Q, Q -> R, R -> S
D)
P -> Q, Q -> RS
Answer
keyboard_arrow_down
keyboard_arrow_up
D) P -> Q, Q -> RS
Explanation
3.
Which normal form requires that each column in a table contains atomic values and each row is uniquely identified?
A)
Second Normal Form (2NF)
B)
First Normal Form (1NF)
C)
Third Normal Form (3NF)
D)
Boyce-Codd Normal Form (BCNF)
Answer
keyboard_arrow_down
keyboard_arrow_up
B) First Normal Form (1NF)
Explanation
4.
Which property of functional dependencies is reflected in the statement “if P -> Q and Q -> R, then P -> R”?
A)
Reflexivity
B)
Transitivity
C)
Augmentation
D)
None of the above
Answer
keyboard_arrow_down
keyboard_arrow_up
B) Transitivity
Explanation
5.
Which of the following are not Armstrong’s Axioms?
A)
Reflexivity
B)
Augmentation
C)
Transitivity
D)
Integrity
Answer
keyboard_arrow_down
keyboard_arrow_up
D) Integrity
Explanation
Quick Links
Astronomy
chevron_right
Stars
chevron_right
Galaxies
chevron_right
The Universe
chevron_right
Space Exploration
Current Affairs & Events
chevron_right
Daily Current Affairs
chevron_right
Latest Current Events
Biology
chevron_right
The Human Body System
chevron_right
Organs of the Human Body
chevron_right
Essential Nutrients
chevron_right
Genetics
Computer Science
chevron_right
Operating System
chevron_right
Programming in C
chevron_right
Python Programming Language
chevron_right
Analysis and Design of Algorithms