SQL Server SELECT Statement and IDENTITY Property
The SQL Server IDENTITY property lets you specify a counter of values for a specific column of a table. You can use it to let the system generate unique numeric values for the table column of your choice. Learn more.
Read More