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 > can someone check my normalisation?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-15-05, 07:23
evilz35 evilz35 is offline
Registered User
 
Join Date: Feb 2004
Posts: 78
can someone check my normalisation?

hi i have normalised down to BCNF i think and was woundering if someone could check it for me please

UNF

Paper No
Paper Title
Decision
Topic
Authors Name
Email
Phone
Reviewers Name
Relevance
Originality
Technical Merit
Overall Mark
Copyright Ok
Received Ok
Length Ok
Format Ok

1st Normal Form

Paper No (PK)
Paper Title
Decision
Topic
Copyright Ok
Received Ok
Length Ok
Format Ok

Paper No(PK)
Authors Name(PK)
Email
Phone

Paper No(PK)
Reviewers Name(PK)
Relevance
Originality
Technical Merit

2nd Normal Form

Paper No (PK)
Paper Title
Decision
Topic
Copyright Ok
Received Ok
Length Ok
Format Ok

Paper No(PK)
Authors Name(PK)
Email
Phone

Paper No(PK)
Reviewers Name(PK)
Relevance
Originality
Technical Merit

Paper No(FK)
Authors Name(FK)


3rd and BCNF are the same
Reply With Quote
  #2 (permalink)  
Old 02-15-05, 12:41
ByteRyder52 ByteRyder52 is offline
Registered User
 
Join Date: Feb 2005
Location: Colorado Springs
Posts: 222
On the 2NF, would a Topic table be in order? Also, could there be a M:M relationship between reviewers and papers? Considering the paper, the review, and the reviewer to be entities, Paper would have 1:M with Review and then Review would have 1:M with Reviewer. Something like that.
Reply With Quote
  #3 (permalink)  
Old 02-15-05, 22:58
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
Here's what you have created. I developed the model using dbdesigner4. It is free to download.

Does the model look right?
Attached Images
File Type: jpg untitled.JPG (37.8 KB, 153 views)
__________________
visit: relationary
Reply With Quote
  #4 (permalink)  
Old 02-17-05, 04:58
evilz35 evilz35 is offline
Registered User
 
Join Date: Feb 2004
Posts: 78
that seems ok to me

is it wrong?????
Reply With Quote
  #5 (permalink)  
Old 02-18-05, 12:58
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
You have a model which is giving conflicting relationships.

One paper can have many authors.

Many papers can have many authors.

One paper can have many reviewers.

The many to many relationship makes the most sense.
__________________
visit: relationary
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