AlbertAguirre
Programmer
I am building a table that has26 columns. This is uncommon in my opinion because I have found that if you use normalization techniques you will usually create smaller tables that relate to each other.
In this case I have no choice but to create this large table but half of the columns are normally used in reporting.
The question is, does it make sense to split this large table into two tables with a one to one relationship?
One table for commonly used data elements, the other with the uncommon data.
In this case I have no choice but to create this large table but half of the columns are normally used in reporting.
The question is, does it make sense to split this large table into two tables with a one to one relationship?
One table for commonly used data elements, the other with the uncommon data.