Re: Modeling and Normalizing
Posted by: Phillip Ballew SR.
Date: February 17, 2010 06:05PM

Here is the rest of my post. I am used to using tabs and other keys and posted before I was finished. Sorry 'bout that
Here is the tables I've modeled out of the headings from the post above.
tbl_Candidate
PK=cand_ID cand_Name_Title cand_Name_First cand_Name_Last cand_Name_MI cand_Name_Full cand_Name_Salutation

tbl_Party
PK(auto) FK=cand_ID party_ID party_Name

tbl_Incumbent
PK(auto) FK=cand_ID inc_Indicator

tbl_State_Dist
PK(auto) FK=cand_ID state_Name state_ID state_Dist(datatype issue here:district indecated by number if HOR election and S if Senate)

tbl_Primary_Elect
PK(auto) FK=cand_ID count_Primary_votes count_Runnoff_Primary_Votes

tbl_General_Elect
PK(auto) FK=cand_ID count_GE_Votes count_GE_Runnoff_Votes

Thanks in advance for giving this a look

Options: ReplyQuote


Subject
Written By
Posted
February 17, 2010 05:53PM
Re: Modeling and Normalizing
February 17, 2010 06:05PM
February 18, 2010 02:29PM
February 19, 2010 10:15AM
February 20, 2010 11:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.