When I work on a huge database, and after following normalization rules, I found that I have many tables for each part of my huge database. That makes me worry about the final number of tables, it will be in the hundreds.
What is the best choice for me?
- make many tables with a small number of columns? or
- make few tables with many columns?