Question: Worksheet Consider the relation R(A, B, C, D, E) with the set of FDs: F = {AB E, CD E, A C, C A}. Decompose
Worksheet
- Consider the relation R(A, B, C, D, E) with the set of FDs: F = {AB E, CD E,
A C, C A}. Decompose R into BCNF. Write and explain all steps in your decomposition.
- Given the following two relations:
Team(TeamID: string, TeamName: string, RPI: real, Ranking: integer, ConferenceID: integer)
Conference(ConferenceID: integer, ConferenceName: string)
write relational algebra for the following queries:
- Display TeamName and Ranking for all the teams belonging to the conference named Big 10.
- Display TeamName, RPI and ConferenceName for all the teams.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
