Re: Database OK?
- Posted by mattlewis (admin) Mar 09, 2010
- 1212 views
Lone_EverGreen_Ranger said...
Hmm, Well why is it odd to put everything into one table?
Typically, a table represents similar data, like Irv mentioned. So each row you entered would probably be its own table. So you'd have a HERO table, where each record was a different hero, etc.
What you've done is fairly reasonable for storing a little bit of data that just needs to be read in all at once. EDS tables are really just associative arrays.
Matt