IDENTITY column
- Last UpdatedMar 09, 2016
- 1 minute read
An identity column contains a system-generated value that is used to uniquely identify each row in a table. If data is inserted into a table that has an identity column defined, the SQL Server will automatically generate a value. This value is based on the last assigned identity value, plus a pre-defined identity value increment.