If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > 2NF but not 3NF

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-06-03, 09:46
appoooh appoooh is offline
Registered User
 
Join Date: Aug 2003
Posts: 8
2NF but not 3NF

<deleted>

Last edited by appoooh; 10-29-03 at 08:00.
Reply With Quote
  #2 (permalink)  
Old 10-06-03, 18:55
sco08y sco08y is offline
Registered User
 
Join Date: Oct 2002
Location: Baghdad, Iraq
Posts: 697
Re: 2NF but not 3NF

It's not in 2NF because of the functional dependencies.

Name is a function of StudId, that is, given the StudId, you always know what the Name is. So to get rid of that dependency, you'd project away (StudId, Name) to another table, and only have StudId in the original table.

There are others there, so work those out before you try to understand 3NF.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On