Explain primary key?



Explain primary key?..

Answer / Banti

A primary key is a unique column or set of columns in a database table that unambiguously identifies each row. It enforces the rule of uniqueness, preventing duplicate values from being inserted into the primary key column(s). Each table can have only one primary key and it cannot be null.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain the purpose of indexes?

1 Answers  


As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?

1 Answers  


How do you persist objects, permissions in tempdb

1 Answers  


How do I view a procedure in sql server?

1 Answers  


Can we insert data if clustered index is disabled?

1 Answers  


How do I make a resultset scrollable?

1 Answers  


How to enter binary string literals in ms sql server?

0 Answers  


What is the difference between migration and upgradation in sql server?

1 Answers  


How do you create an execution plan?

1 Answers  


Explain a differential backup?

1 Answers  


How do I create a partition table in sql server?

1 Answers  


Explain the creation and execution of a user-defined function in the sql server?

1 Answers  


Categories