Consider a relation R(A,B,C,D,E) with the following dependencies:

```
AB -> C
CD -> E
DE -> B
```
Is AB a candidate key of this relation? If not, is ABD? Explain your answer.


No, AB+ = {A,B,C},a proper subset of {A,B,C,D,E}
Yes, ABD+ = {A,B,C,D,E}

Computer Science & Information Technology

You might also like to view...

For one character typed at the Telnet client, include a drawing that shows the transmission of TCP segments between PC1 and PC2 due to this character.

What will be an ideal response?

Computer Science & Information Technology

A domain ____________________ is a server role or function that handles authentication on a Windows domain.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ function calculates loan payments

Fill in the blank(s) with correct word

Computer Science & Information Technology

Match the following terms to their meanings:

I. Input mask II. Data validation III. 0 IV. 9 V. ! A. rules that help prevent individuals from entering invalid data B. field property that determines the data that can be entered C. causes the input mask to fill in from the left to right D. indicates an optional digit or space E. indicates a required digit

Computer Science & Information Technology