...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Normalization

Question 63
Which of the following statements is NOT true with respect to database normalization?
A
A 4NF is more immune against logical inconsistencies than a 3NF table.
B
A 3NF table will have fewer anomalies than a 2NF table
C
A 3NF table is more vulnerable than a 2NF table
D
A database is said to be in 3NF if all its tables are in 3NF
Question 63 Explanation: 
→ A relation R is in 4NF if and only if the following conditions are satisfied:
1. It should be in the Boyce-Codd Normal Form (BCNF).
2. The table should not have any Multi-valued Dependency.
Correct Answer: A
Question 63 Explanation: 
→ A relation R is in 4NF if and only if the following conditions are satisfied:
1. It should be in the Boyce-Codd Normal Form (BCNF).
2. The table should not have any Multi-valued Dependency.

Leave a Reply

Your email address will not be published. Required fields are marked *