What are the null values in SQL SERVER

Before understand the null values we have some overview about what the value is. Value is the actual data stored in a particular field of particular record. But what is done when there is no values in the field.That value is something like null.Nulls present missing information. We can also called null propagation.