Database Developer Question:

Tell me can a table contain multiple PRIMARY KEY’s?

Tweet Share WhatsApp

Answer:

The short answer is no, a table is not allowed to contain multiple primary keys but it allows to have one composite primary key consisting of two or more columns.

Download Database Developer PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Tell us what is an Index?Explain me what is the difference between Rename and Alias?