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 2 of 3.

Richa Chaurasia said:   1 decade ago
Because of every attribute of A will also match with B but not C.

And then value of A $ B will depend to each other.

A->B.

Rahul said:   1 decade ago
A -> B means that, each value of A determines exactly one value of B. And B is functionally dependent on A.

ShivaKavya said:   1 decade ago
Because A can uniquely identifies B each time.

So A->B. Option A.

Kash said:   1 decade ago
It is a general thing to be noticed that if A will be related to both B & C, then how can the value not be same to C. So option A is correct. !

RAHUL KUMAR said:   1 decade ago
According to question A->B.

That means A would have all the contents such as that of B.

So instead of using tends to operation. Here have to use the UNION operation (A U B).

And guys please look forward for this.

Arshad said:   1 decade ago
A is functionally dependent on B.

Padmasri said:   1 decade ago
Because A can uniquely identifies B each time.

As per the rule A->B means if A is true then B is true.

Harsh Dusane said:   1 decade ago
Because here A functionally determines B but not C so A->B.

Emil said:   10 years ago
Is A-->B is same as B-->A. A matches with B, so is it true that B matches with A?

Sefu julius said:   9 years ago
The correct answer is A->B.


Post your comments here:

Your comments will be displayed after verification.