Bartleby Related Questions Icon

Related questions

Question
For the table BOOKAUTHOR below you are given the following functional dependencies.
BOOKAUTHOR (ISBN, BookTitle, Author_Num, LastName, Publisher, Royalty, Edition)
Functional dependencies:
1. ISBN
BookTitle, Publisher, Edition
2. Author Num → LastName
3. BookTitle → Publisher
4. {ISBN, Author_Num} → BookTitle, LastName, Publisher, Royalty, Edition
Write the types of functional dependencies shown in (1) to (4) above.
Also, decompose the table to the third normal from (3NF).
expand button
Transcribed Image Text:For the table BOOKAUTHOR below you are given the following functional dependencies. BOOKAUTHOR (ISBN, BookTitle, Author_Num, LastName, Publisher, Royalty, Edition) Functional dependencies: 1. ISBN BookTitle, Publisher, Edition 2. Author Num → LastName 3. BookTitle → Publisher 4. {ISBN, Author_Num} → BookTitle, LastName, Publisher, Royalty, Edition Write the types of functional dependencies shown in (1) to (4) above. Also, decompose the table to the third normal from (3NF).
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Similar questions