Can a table contain multiple primary key’s?



Can a table contain multiple primary key’s?..

Answer / Nitin Sahu

No, a table in SQL cannot have more than one primary key. Each table can only have one primary key, and it is unique. However, a composite primary key made up of multiple columns can be used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Mention what problem one might face while writing log information to a data-base table in pl/sql?

1 Answers  


what does the t-sql command ident_current does? : Transact sql

1 Answers  


What is the largest value that can be stored in a byte data field?

1 Answers  


Which column of the user triggers data dictionary view displays the database event that will fire the trigger?

1 Answers  


Types of cursor locks and explanation each of them ?

3 Answers   DELL, HP Finsoft,


What is application trigger?

1 Answers  


Mention what plvcmt and plvrb does in pl/sql?

1 Answers  


How do I start sql from command line?

1 Answers  


What is the use of nvl function?

1 Answers  


How to copy a table in another table with datas?

9 Answers  


What is loop in pl sql?

1 Answers  


What are the different types of sql commands?

1 Answers  


Categories