nerdexam
Microsoft

98-364 · Question #123

Linda works as a Database Designer for Lion Inc. She has been given an assignment to design the database of a publishing company. The database has a table named Author, which has a composite key…

The correct answer is B. It violates 2NF. See the full explanation below for the reasoning.

Question

Linda works as a Database Designer for Lion Inc. She has been given an assignment to design the database of a publishing company. The database has a table named Author, which has a composite key, AuthorID and TitleID. Royalty and LiteraryAgent are the other attributes. The functional dependencies are such that AuthorID + TitleID-> Royalty (i.e. Royalty is functionally dependent on AuthorID and TitleID) and AuthorID-> LiteraryAgent (i.e. LiteraryAgent is functionally dependent on AuthorID). Which of the following is true about this table?

Options

  • AIt violates 4NF.
  • BIt violates 2NF.
  • CIt violates 1NF.
  • DThere is no violation.

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    78% (21)
  • C
    7% (2)
  • D
    11% (3)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice