Re: Table design help

2010-09-09 Thread mos
At 04:23 PM 9/9/2010, Tompkins Neil wrote: Hi all, Needing some advice on my tables design. Basically I am designing a soccer application, and have a table which contains player_bids (the values of which a player costs to be transferred between clubs). Can someone please offer some input on th

Table design help

2010-09-09 Thread Tompkins Neil
Hi all, Needing some advice on my tables design. Basically I am designing a soccer application, and have a table which contains player_bids (the values of which a player costs to be transferred between clubs). Can someone please offer some input on the best way in which I should design the finan

Re: Table design help

2003-10-29 Thread Reverend Deuce
Casey, I would consider, on the most basic level, a method like this: Contacts (all the company contact info, etc) using primary key contact_id -> IndustrialRelationships table <- industry_id primary key on Industries table (all the different type of industries) So, in the IndustrialRelationship

RE: Table design help

2003-10-29 Thread Dan Greene
y, Casey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2003 1:09 PM > To: '[EMAIL PROTECTED]' > Subject: Table design help > > > I have a small table that contains company contact information: > > Table: Contacts > Key > Name > Address >

Table design help

2003-10-29 Thread DeBerry, Casey
I have a small table that contains company contact information: Table: Contacts Key Name Address Phone Email Website etc.. What I need to do is associate the type of industry the business servers from a list of about 40 industries... My initial thinking was to create another table that contains

Database Table Design Help

2002-03-02 Thread PinkeshP
I am creating site for greeting cards and need help desiging tables for DB Currently I have three tables.. 1) maincat which has following fields: maincatid (autoincrement) main_name (name of category) 2) subcat which has following fields: subcatid (autoincrement) maincatid sub_name (name of sub ca