retagged by
3,104 views
1 votes
1 votes

a

retagged by

4 Answers

3 votes
3 votes
Nonsense question

Minimal covers are not unique and minimal cover never means that no of FDs will be least.It just means that the obtained FD sets are irreducible
1 votes
1 votes
no this is wrong answer =>only thing we can do here is apply union rule last

PQ->R &  PQ->T    ==== PQ->RT

answer is 4 but nothing is extraneous here
0 votes
0 votes

The given FD’s are itself the minimal cover, as we don't have any extraneous attributes. so can’t remove any FD from it. 

Just apply the union rule :

To compute a canonical cover for F: repeat Use the union rule to replace any dependencies in F α1 → β1 and α1 → β2 with α1 → β1 β2

 If we apply union rule we get answer 4. otherwise answer will be 5.

 

Related questions

2 votes
2 votes
2 answers
1
gauravalgo asked Jun 19, 2015
1,257 views
Consider the attribute set R = ABCDEGH (where Functional Dependencies areF= {AB· C,AC B: AD - E, B - D, BE A, B - G}.
4 votes
4 votes
1 answer
2
0 votes
0 votes
1 answer
3
Shamim Ahmed asked Dec 20, 2018
596 views
I came across the questions where questions are asked about finding minimal cover and number of different minimal cover possible. Are they same?https://gateoverflow.in/28...
7 votes
7 votes
7 answers
4
srestha asked Feb 5, 2017
3,604 views
Consider the following FD set {A → BC,B → AC, C → AB}. The number of different minimal covers possible for the above FD set __________ .