r p

r p

  • NA
  • 343
  • 0

SQL Tables

Oct 8 2008 7:48 AM
In my Job Site, I have three forms like

1. IndustryDetails.aspx - this is the preferred industry which the person wants to work(drodownlist)
2. Location.aspx - only one location is allowed/cv; no multiple location.
3. Skills.aspx - this gives a text box to enter the skills

Should I make 3 DIFFERENT TABLES and insert data seperately (May be I can create a talbe called 'Account' and make a primary
key which can be used in all thesee 3 tables as a foreign key - it will be a unique key) or should I create only ONE TABLE
(In that case how can I insert data from different forms)?
Could you plese let me know your openion?


Answers (3)