A sparse column is bassically a tool of the data base which is use for the decrease physical storage amount which is used in a database.Sparse columns also be use for the redusing work Its reduce the space requirements for null values at the cost of more overhead to retrieve no null values. They are the normal columns that have an optimized storage for null values. Sparse columns reduce the space requirements for null values at the cost of more overhead to retrieve no null values.