Explain Identity in SQL Server?

Submitted by: Muhammad
Identity (or Auto-Number) is a column that automatically generates numeric values. A start and increment value can be set, but most DBA leave these at 1. A GUID column also generates numbers; the value of this cannot be controlled. Identity/GUID columns do not need to be indexed.
Submitted by: Muhammad

Read Online MS SQL Server Joins Job Interview Questions And Answers