in Databases edited by
3,877 views
8 votes
8 votes

Let $\text{R = (A, B, C, D, E, F)}$ be a relation scheme with the following dependencies $\text{C} \rightarrow \text{F, E} \rightarrow \text{A}, \text{EC} \rightarrow \text{D, A} \rightarrow \text{B}$. Which of the following is a key of $\text{R}?$

  1. $\text{CD}$
  2. $\text{EC}$
  3. $\text{AE}$
  4. $\text{AC}$
in Databases edited by
3.9k views

2 Answers

11 votes
11 votes
Best answer
EC-->D    {CDE}

C-->F      {CDEF}

E-->A       {ACDEF}

A-->B       {ABCDEF}

EC IS KEY
selected by
1 vote
1 vote
EC is minimal Super key which can derive all the attributes of relation...
Answer:

Related questions