Database - The Relational Model and Normalization - Discussion

Discussion Forum : The Relational Model and Normalization - General Questions (Q.No. 19)
19.
If attribute A determines both attributes B and C, then it is also true that:
A → B.
B → A.
C → A.
(B,C) → A.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
22 comments Page 2 of 3.

Pradeep said:   1 decade ago
Attribute A determines attributes B and C so,
A->BC, or A->B and A->C, in the three option only one option are given hence option a are right.

Tarun V.Nair said:   1 decade ago
Its simple A->BC, so via split rule we can say A->B, A->C so option a is correct.

M,Ajay said:   1 decade ago
From hypothesis we can write A-> (BC) ,

According to the decomposition rule of functional dependency (FD) , we can write the above FD as A->B and A->C. So according to given options A->B is the correct answer.

Hemant said:   1 decade ago
In simple words it can be said that if from a bigger set of entries i.e. A we can take out B and similarly C, but it is not necessary we obtain A from both B and c. Vice versa not true.

Kamlesh said:   1 decade ago
* Subset Property (Axiom of Reflexivity): If Y is a subset of X, then X → Y

* Augmentation (Axiom of Augmentation): If X → Y, then XZ → YZ

* Transitivity (Axiom of Transitivity): If X → Y and Y → Z, then X → Z

Hence the answer A->B is perfect, any option of A->B or A->c is right, but there is no A->c option is available, so A->B is the right answer.

Jyothi said:   1 decade ago
Its true priyanka .
I think it might b different ans other than A->B, because its alreday mentioned na that A->B & A->C.Then how the ans can b again A->B

Deepak Kr. Malakar said:   1 decade ago
I am Not Understand Your Answer.
Why A->B
Why not Other

Priyanka said:   1 decade ago
I think that functional dependency do not say that if A->B then B->A is also true. For instance, if the roll_no of a student determines the name of that student then it is not true that the name of the student will recognize the roll_no of that particular student.

Swati said:   1 decade ago
Still not getting about the answer.

Ashwini said:   1 decade ago
Why should ans be A not option D?


Post your comments here:

Your comments will be displayed after verification.