Exercise 2_Tutorial Problem-Solved in class
A dependency FD: X Y means that the values of Y are
determined by the values of X.
Consider the following relation for published books:
BOOK(BookTitle, AuthorName, BookType, ListPrice,
AuthorAffiliation, Publisher)
Suppose the following functional dependencies exist:
BookTitle ->BookType, Publisher
BookType->ListPrice
AuthorName ->AuthorAffiliation
What normal form is the relation in? Explain your answer.
Apply normalization until you cannot decompose the relations
further.