ordinaryToucan Posted July 16, 2008 Share Posted July 16, 2008 (Using MySQL5.0) I have a question, for which I would be grateful to receive wisdom / opinions / ideas... I want to store basic details (email, firstname, lastname, etc.) for about 50,000 users - about 20% of which will include (up to two) postal addresses. Is it better to store the user details and user addresses in separate tables, or in a single table? Link to comment https://forums.phpfreaks.com/topic/115001-two-tables-or-one-for-user-details-and-postal-addresses/ Share on other sites More sharing options...
fenway Posted July 16, 2008 Share Posted July 16, 2008 The "20%" and "up to two" should have given it away.... Link to comment https://forums.phpfreaks.com/topic/115001-two-tables-or-one-for-user-details-and-postal-addresses/#findComment-591422 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.