Definitions for "identity column"
Keywords:  increment, column, typo, auto, rdbms
a column that stores numbers that increment by one with each insertion
an acceptable candidate for a primary key, especially if the natural key is composed of several columns and thus very wide
an auto-incremented number that is assigned automatically to every new row inserted into the table, hence preventing any user typo and increasing the efficiency and speed of an indexed table