Define Unique Key?



Define Unique Key?..

Answer / Sunil Kumar Bansel

A Unique Key in SQL is a column or set of columns that uniquely identifies each row in a table. In other words, every row should have a different unique key value. A Unique Key constraint ensures that no two rows can have the same values in the specified columns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How can I know what locks are running on which resource?

1 Answers  


What are the disadvantages of indexes?

1 Answers  


Can you move the resources after pausing the node? : sql server database administration

1 Answers  


What are the type of joins? When do we use Outer and Self joins?

3 Answers  


how to count datewise data in sqlserver

4 Answers   CarrizalSoft Technologies, IndusInd Bank,


What is the partitioning method?

1 Answers  


what is node in sql server?

2 Answers   CarrizalSoft Technologies, Google, NIIT, Nittany, TATA,


How do I uninstall sql server 2014?

1 Answers  


you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation

1 Answers  


How to create dbo table in sql server?

1 Answers  


What is a fill factor?

1 Answers  


Which command is used for user defined error messages?

1 Answers  


Categories