What is a PRIMARY KEY constraint?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a PRIMARY KEY constraint?
Rating:
A PRIMARY KEY constraint disallows duplicate values and NULL values in a column or set of columns on which it is defined. This enforces the integrity of a table. The column or set of columns on which a PRIMARY KEY constraint is defined is known as primary key. A table can have only one primary key. A PRIMARY KEY constraint can be defined when creating or altering a table.
Rating:
Was this information helpful?
Other articles
- What are log files?
- What is a one-to-one relationship?
- What is antivirus?
- What is the db_dtsltduser fixed database role?
- What is the SQL Server: General Statistics: User Connections counter?