sunitabeck
Flowing Fount of Yak Knowledge
5155 Posts |
Posted - 11/19/2012 : 06:43:54
|
I don't think there is one universally right answer. It really depends on the business needs and the nature of the DML queries that will be run against the table(s).
If there is only one column that you need to add which would be mostly null, it would be better to add that as a column to the table. (Of course, you would be breaking code that people wrote against the table with a "SELECT *", but if you ask me, they deserve to be broken).
If you have a number of columns, and most of them are null most of the time, a separate table would probably be more appropriate. |
 |
|