Recent questions tagged functional-dependency

0 0 votes
1 1 answer
365
365 views
Consider the following FD Set: (PQR, QPR, R→ PQ) which of the following is/are the minimal cover for the above FD set? [MSQ] A. PQQR, R→ P B. PR, QR, R→ PQ C. QP, PR...
10 10 votes
2 2 answers
2.3k
2.3k views
​​Consider a database relation $\text{R}$ with attributes $\text{ABCDEFG}$, and having the following functional dependencies:\[\mathrm{A} \rightarrow \mathrm{BCEF} \quad ...
17 17 votes
3 3 answers
6.9k
6.9k views
Consider a relational schema team $\text{(name,city,owner)}$, with functional dependencies $\{\text{name} \rightarrow \text{city}, \text{name} \rightarrow \text{owner} \}...
0 0 votes
1 1 answer
546
546 views
Consider a relation R(ABCD) where {AB - CD, D - A}. Check for BCNF, and if found to be violating it's conditions, decompose and tell the candidate keys for each table.
1 1 vote
1 1 answer
666
666 views
Consider the following FD set : { P - QR, Q - PR, R - PQ}Which of the following is/are the minimal cover for the above FD set? A) P - Q, Q - R, R - PB) P - R, Q - R, R - ...