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:
how to create a table with an identity column.
how to change the incrementing system of the identity column.
how the 'by default' command changes the identity column behavior.