This blog is for Microsoft SQL Database Administrator (DBA), one can view the posts and can post their comment/concern to this blog regarding Microsoft SQL Server Administration. The blog will have information related Microsoft SQL Server Administration and latest updates.
Showing posts with label T-Sql queries. Show all posts
Showing posts with label T-Sql queries. Show all posts
Sunday, 26 June 2011
What's the difference between a primary key and a unique key?
Both primary key and unique enforce uniqueness of the column on which they are defined. But by default primary key creates a clustered index on the column, where are unique creates a nonclustered index by default. Another major difference is that, primary key doesn't allow NULLs, but unique key allows one NULL only.
For more articles, Please Visit : http://microsoft-sql-server-dba.blogspot.com/
Labels:
T-Sql queries
Subscribe to:
Posts (Atom)
