Locked Posted November 20, 2007 Share Posted November 20, 2007 Hi i have looked at database normalization but what i cant desicde where do i stop with not having repeat data and having each feild in its own table? Like say i have a feild in the users table for fsig (forum signature), not everyone is going to have one so should there be another table with fsig,psig and msig (Forum, profile and mail) and assign a userid (related to the users table) to that table or just have the 3 feilds in the user table? Thats just an example, was wondering if their is a general rule or what not. Quote Link to comment Share on other sites More sharing options...
teng84 Posted November 20, 2007 Share Posted November 20, 2007 this is not php this is sql this should be on mysql board .. anyways sample.. member member_fruit fruits myid +-----------< member_id +--+ fruits_id name fruit_id>------------- name lastname price address etc etc.. in that sample you dont need to enter repeated members info just to show his/her favorites fruit Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.