Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4071630
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:46:54+00:00 2026-05-20T16:46:54+00:00

Guys, how would you create second form of this table (primary key is: {isbn,copy}):

  • 0

Guys, how would you create second form of this table (primary key is: {isbn,copy}):
isbn AB-1234-X
authorID IC45
authorName I.Conn
title The final curtain
copy 2
classification Detectivefiction
userID xyz44

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T16:46:55+00:00Added an answer on May 20, 2026 at 4:46 pm

    A relation is in 2NF iff

    • it’s in 1NF, and
    • every non-prime attribute is
      dependent on the whole of every
      candidate key (not on just part of
      any candidate key)

    The only candidate key is {isbn, copy}. So the question becomes three questions.

    1. Is this relation in 1NF?
    2. Are any of the non-prime attributes
      {authorID, authorName, title,
      classification, userID} dependent only
      on {isbn}?
    3. Are any of the non-prime attributes
      {authorID, authorName, title,
      classification, userID} dependent only
      on {copy}?

    What do you think?


    Later . . .

    Then I’m creating separate table with
    attributes: isbn, autorID, autorName,
    title, Classification and another
    table with attributes: isbn, copy,
    userID.

    Yes. In “relational speak”, you replaced the original relation R with these two projections.

    • R1 = {isbn, copy,
      userid}
    • R2 = {isbn, authorid,
      authorname, title, classification}

    If you’ve done that correctly, you should be able to create R again by joining R1 and R2 on {isbn}.

    Now both R1 and R2 are in 2NF. (I think that was the point of the homework question.) You might want to consider whether R1 and R2 are in

    • 3NF
    • BCNF
    • 4NF
    • 5NF

    Still later . . .

    Speaking informally, a relation is in 3NF iff

    • it’s in 2NF, and
    • there are no transitive dependencies.

    When I say “it’s in 2NF”, I mean the relation in question is in 2NF and it’s not already in 3NF, BCNF, 4NF, or 5NF.

    What normal form are R1 and R2 in? You’ll want to explain your reasoning, otherwise your lecturer is liable to make you look foolish. And we don’t want that.

    • R1 = {isbn, copy,
      userid}
    • R2 = {isbn, authorid,
      authorname, title, classification}

    And still later . . .

    R1 is in 5NF. R2 is in 2NF.

    R2 isn’t in 3NF, because there’s a transitive dependency between “isbn” and “authorname”.

    • isbn->authorid, and
    • authorid->authorname

    Remove this transitive dependency by replacing R2 with these two projections (R3 and R4).

    • R1 = {isbn, copy, userid} (5NF)
    • R3 = {isbn, authorid, title, classification}
    • R4 = {authorid, authorname}

    I don’t think there’s a functional dependency between title and classification.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Heh guys, I would like to create and deploy an ASP.NET web form on
I would like to ask you guys what is the logic behind this: When
i'm attempting to create a table with an incremental ID. This isn't the simple
What library would you guys recommend I use to create a PDF document from
Hey guys, How would I go about telling the computer to create a object/sprite
I really need help with interfaces in general... Any resources that you guys would
Guys i would like to use Django as my backend framework and qooxdoo as
How would you guys go about creating a real-time search engine on .Net platform.
Would you guys think that a master page should be part of the company's
What books would you guys recommend if one has been a java developer for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.