Hi

I have a pretty big table of 60 columns and other 2 smaller tables with 10 columns each. In these two small tables, the data are already stored in the big table of 60 columns, the reason is to avoid two small tables joins in some queries. The use of small tables is also to serve some queries that only requires 7 or 8 columns. Is this a good idea or simply have a huge table? Normalized.


Cheers