What if you have a row that doesn't have any data for a particular column-that is, what if you simply
don't know the value? For example, let's say that we have a record that is trying to store the company
performance information for a given year. Now, imagine that one of the fields is a percentage growth
over the prior year, but you don't have records for the year before the first record in your database. You
might be tempted to just enter a zero in the Percent Growth column. Would that provide the right information
though? People who didn't know better might think that meant you had zero percent growth,
when the fact is that you simply don't know the value for that year.
Values that are indeterminate are said to be NULL. . Well, that's a tough one, because, by definition, a
NULL value means that you don't know what the value is. It could be 1; it could be 347; it could be -294 for
all we know. In short, it means undefined or perhaps not applicable.
BangaruBabu Pureti
http://bangarubabupureti.spaces.live.com/
Mohit007kumar00, if this helps please login to Mark As Answer. | Alert Moderator