Q:

Consider the following relational schemes for a library database:Assume {Author, Title} is the key for both schemes

belongs to collection: DBMS - DATA STORAGE AND QUERYING MCQ

0

Consider the following relational schemes for a library database:Assume {Author, Title} is the key for both schemes. Which of the following statements is true?

Book (Title, Author, Catalog_no, Publisher, YEAR, Price)
Collection (Title, Author, Catalog_no)
WITH the following functional dependencies:
I. Title Author -> Catalog_no
II. Catalog_no -> Title Author Publisher YEAR
III. Publisher Title YEAR -> Price

  1. Both Book and Collection are in BCNF
  2. Both Book and Collection are in 3NF only
  3. Book is in 2NF and Collection is in 3NF
  4. Both Book and Collection are in 2NF only

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).Book is in 2NF and Collection is in 3NF

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - DATA STORAGE AND QUERYING MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Let R(A,B,C,D,E,P,G) be a relational schema in whi... >>
<< When two inputs that we desire to pipeline into th...