Monday, July 20, 2009

Difference between a "where" clause and a "having" clause.?

Having clause is used only with group functions whereas Where is not used with.


Q: What's the difference between a primary key and a unique key?

A: 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.

Unique Key : unique values
Primary Key : Not Null + Unique + nonclustered index

1 comment:

  1. I was also checking one of the query and came to your blog. I must say, this is the place one should visit before going to interview.

    Thanks buddy. Please create same blog for selenium also. Good Luck.

    ReplyDelete