Database Developer Question:
Download Questions PDF

Explain me what is a Primary Key?

Database Developer Interview Question
Database Developer Interview Question

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.

Download Database Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what are the different types of SQL commands?Tell me referential integrity and where it can be enforced?