In SQL Server, what is the purpose of the IDENTITY property?
A. Establish a link between two tables
B. Automatically increments the value of a column
C. Enforce a unique constraint
D. Limit the number of rows returned
IDENTITY automatically increments the value of a column in SQL Server.