in Databases retagged by
2,425 views
2 votes
2 votes

Considering relational database, functional dependency between two attributes $A$ and $B$ is denoted by

  1. $A\to B$
  2. $B\gets A$
  3. $AB\to R$
  4. $R\gets AB$
in Databases retagged by
by
2.4k views

2 Answers

1 vote
1 vote

Option A. A -> B

Functional Dependency is  one attribute determines another attribute in a DBMS system. Here A determines B i.e., with A attribute we can derive attribute B.

4 Comments

edited by
yea,but is B <-- A not same as A-->B ?

if so why?

Both mean A is functionally depending on B.
0
0
B <-- A is  not same as A-->B .

Because of this <-- symbol. If it is this -->, it will be one of the  correct option.
0
0
so whats difference between --> and  <--
0
0
1 vote
1 vote
ANS : A

Relational database, functional dependency between two attributes AA and BB is denoted by

 

A→B

WHERE A IS CALLED AS DETERMINANT .A DETERMINE B
by
Answer:

Related questions