retagged by
1,713 views
1 votes
1 votes

If every functional dependency in set $E$ is also in closure of $F$ then this is classified as

  1. $FD$ is covered by $E$
  2. $E$ is covered by $F$
  3. $F$ is covered by $E$
  4. $F$ plus is covered by $E$
retagged by

2 Answers

1 votes
1 votes

If every functional dependency in set E is also in closure of F means $F^{*}\subseteq E^{*}$

E cover F if every FD in F can be referred from E.

E cover F if $ F^{*}\subseteq E^{*}$(* is clouser)

so ans should be B  E is covered by F

 

 

0 votes
0 votes

ans : B

If every functional dependency in set E is also in closure of F Then it means that 

 E is covered by F

Answer:

Related questions

1 votes
1 votes
2 answers
1
admin asked Mar 31, 2020
3,895 views
Process of analyzing relation schemas to achieve minimal redundancy and insertion or update anomalies is classified as:normalization of data.denomination of data.isolatio...
4 votes
4 votes
3 answers
2
admin asked Mar 31, 2020
2,753 views
Rule which states that addition of same attributes to right side and left side will result in other valid dependency is classified asreferential ruleinferential ruleaugme...
2 votes
2 votes
2 answers
3
admin asked Mar 31, 2020
2,453 views
Considering relational database, functional dependency between two attributes $A$ and $B$ is denoted by$A\to B$$B\gets A$$AB\to R$$R\gets AB$
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
2,855 views
If there is more than one key for relation schema in DBMS then each key in relation schema is classified asprime keysuper keycandidate keyprimary key