Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
edi843
Starting Member
12 Posts |
Posted - 2009-05-05 : 06:45:52
|
i am building the part of the database that deal with the users. For the user i have to store the main field and the contact fields. My dilemma is if i have to store all the information in one table : tbl_user or in two diferent tables : tbl_user and tbl_contacts. The relation between the two tables is one to one. Any idea ? Thank you |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
|
|
|
|