EagerWolf Posted February 6, 2007 Share Posted February 6, 2007 It is so.. I am making my own form generator. I have got modules.. Let's take select country for example. I have got MySQL table: keyword, select_type and values... First field is unique, second one tells script which type of form to generate and third should tell values... Ok let say we want values Countr1, Country2 and Country3. Should I enter values in field three like this: Country1, Country2, Country3? Or should I make another table with all countries? Thanks for your answers! Quote Link to comment Share on other sites More sharing options...
effigy Posted February 6, 2007 Share Posted February 6, 2007 Generally, that's bad design: what happens when you need 100 countries? Typically, a third table is created to connect additional relationships. 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.