Q2: Consider the relation for published books: BOOK (Book_title, Authorname, Book_type, Listprice, Author_affil, Publish
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q2: Consider the relation for published books: BOOK (Book_title, Authorname, Book_type, Listprice, Author_affil, Publish
questions i. What normal form is the relation in? Explain you answer [3pts] ii. Apply normalization until you cannot decompose the relations any further. State the reasons for every decomposition you perform
Q2: Consider the relation for published books: BOOK (Book_title, Authorname, Book_type, Listprice, Author_affil, Publisher), Author_affil refers to the affiliation of author. Suppose the following dependencies exist: Book-title→→ Publisher, Book_type Book_type Listprice → Authorname→→ Author_affil Answer the following