Answer:
A PRIMARY KEY constraint uniquely identifies each record in a database table. All columns participating in a primary key constraint must not contain NULL values.
Previous Question | Next Question |
Tell us what are the different types of SQL commands? | Tell me referential integrity and where it can be enforced? |