Question
Easy

Consider a relation R(A, B, C). Which of the following statement is not true according to inference rules for functional dependencies ?

1
If A → B and B → C, then A → C
2
If AB → C, then A → B and B → C
3
If A → B and A → C, then A → BC
4
If A → B, then AC → BC
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option B
Explanation

The correct option is (2): The statement "If AB → C, then A → B and B → C" is not true according to the inference rules for functional dependencies (FDs), also known as Armstrong's Axioms. The fundamental principle of FDs is that you can decompose the right-hand side (the dependent attributes), but not the left-hand side (the determinant attributes). The functional dependency $AB \\to C$ only guarantees that the…Read More

Consider a relation ra - HTET Level 3 | Clear Cutoff