Database - The Relational Model and Normalization - Discussion

Discussion Forum : The Relational Model and Normalization - General Questions (Q.No. 1)
1.
Every time attribute A appears, it is matched with the same value of attribute B, but not the same value of attribute C. Therefore, it is true that:
A → B.
A → C.
A → (B,C).
(B,C) → A.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
23 comments Page 1 of 3.

Abhishek tamrakar said:   1 decade ago
Beacause only value of A will match with B.

So A->B is true.

Aani said:   1 decade ago
Because of logical signs properties.

Shrav said:   1 decade ago
A can uniquely identifies B each time so A->B

Honey said:   1 decade ago
What is it's meaning---- A->B..?

Runa said:   1 decade ago
A->B means the occurence of A attribute with B eyery time.

CHANDRA said:   1 decade ago
A->B every attribute in A should match with B.

Ouen said:   1 decade ago
Value of B depends on value of A; i.e. A is uniquely determined B

Khalid seid said:   1 decade ago
Value of B depends on value of A. i.e A is the determinant but B is the dependent.

NiviKPR said:   1 decade ago
As per the rule A->B means if A is true then B is true.

Vishnu said:   1 decade ago
The functional dependency A->B states that the set of values present in A are also in the B so that's why it matches the values in the case of A and B but not with C.


Post your comments here:

Your comments will be displayed after verification.