Forum Moderators: coopster
Database structure is all about normalization: you never want to have the same data in more than one location. Add a new table if putting the data in an existing table would require you to duplicate it to another table for your appliation to run smoothly. You should favor more tables with fewer columns for best performance.