Database Developer Question:

Explain me what is a Primary Key?

Tweet Share WhatsApp

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 PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Tell us what are the different types of SQL commands?Tell me referential integrity and where it can be enforced?