Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is PRIMARY KEY?

Add comment
Views: 64
Votes: 0
Comments: 0
A PRIMARY KEY constraint is a unique identifier for a row within a database table. Every table should have a primary key constraint to uniquely identify each row and only one primary key constraint can be created for each table. The primary key constraints are used to enforce entity integrity.
Others in this Category
document What are the authentication modes in SQL Server? How can it be changed?
document What is CTE?
document What is RDBMS?
document How to get @@ERROR and @@ROWCOUNT at the same time?
document What is difference between DELETE & TRUNCATE commands?
document What is Aggregate Functions?
document How would you handle error in SQL SERVER 2008?
document What is Log Shipping?
document What is Collation?
document Q: Emp table had an employee with salary 2000. I issued an update statement to set the salary to 3000. Then I issued a create table statement. However the create table command errored out. I want to rollback the earlier update statement. Can I do that?
» More articles



RSS