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?
Loading
Vijaya KadiyalaPosted Oct 10, 2008, 12:50 PM
Hi,
No Just have only one table to store all these data all thes 3 are related to each other.
Thanks
-- Vjhttp
://dotnetvj.blogspot.comhttp
://oravj.blogspot.comr pPosted Oct 8, 2008, 10:37 AM
Vijaya KadiyalaPosted Oct 8, 2008, 10:13 AM
Hi,
Dont design the tables based on the forms. tell us what information you want to store and a brief descrption about those attribute then we can guide you in designing the tables. remember the whole system peformance can go down if you dont have good database design.
Thanks
-- Vjhttp
://dotnetvj.blogspot.comhttp
://oravj.blogspot.com