Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Showing posts with label Identity. Show all posts
Showing posts with label Identity. Show all posts

Monday, 16 February 2015

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).