Introduction:
It
is always better to create a table in SQL database with auto increment and
primary key. If we enter value manually then there will be a risk of violating primary
key constraints.
In this article I will explain
how to create table
in SQL server database having primary
key and auto increment column (IDENTITY).