Identity columns let a DBA create a table with a field that is automatically incremented by the database. This means that they do not need to write triggers or stored procedures to increment these field values.

In this tutorial you will learn: