227 views
0 votes
0 votes

Given the table R(x,y,z ) and fact that XY is the key ,give trivial functional dependency for R?

2 Answers

0 votes
0 votes
A→B is a trivial FD if A is super set of B ie. A ⊇ B

so here we go

xy → x

xy → y

xy →xy
0 votes
0 votes
Informally "Trivial" means very obvious.See it is very obvious that X->X.Similary,for the given question trivial means

xy → x

xy → y

xy →xy

Here RHS is subset of LHS.

Related questions

0 votes
0 votes
0 answers
1
peter09 asked Apr 16
41 views
Give an appropriate tree-structure diagram for the following relational database:Employee (person_name, street, city)Works (person_name, company_name, salary)Company (com...
0 votes
0 votes
1 answer
3
phaniphani asked Nov 16, 2023
196 views
is it allowed in a B+ tree, while deletion to leave behind a key in internal nodes while deleting it from the leaf ?