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 > Design questions.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-09, 22:21
dbdesign dbdesign is offline
Registered User
 
Join Date: May 2009
Posts: 3
Design questions.

Hi. I am creating a database for my project currently. I've identified my attributes & im moving to normalizing my database.

my question is, when i start normalizing, should the relation contain all the attributes that i've identified or should i normalize them by table.

Sorry if i've posted in the wrong section. Many Thanks.
Reply With Quote
  #2 (permalink)  
Old 05-22-09, 08:16
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Do whatever makes sense to you. If you were a normalising robot you would put all the attributes you have identified into one enormous unnormalised relation, and then apply normalisation iteratively until you have a set of normalised relations; in reality one applies common sense to put attributes in a sensible set of relations in the first place, and then ensures that no normalisation rules have been violated.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 05-22-09, 15:06
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
If you want a formal process then you can start by identifying the dependencies and putting all attributes that have common determinants into the same relations.

Less formally, start with the most "obvious" things based on an understanding of the problem domain and then refine the model from there.
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