Its possible to add more than one primary key for the table
Answer Posted / rajesh venati
No, it is not possible, only one primary key is possible for
a table.
It is possible to create a primary key on more than one
column in a table, up to 32 columns. It is called composite
primary key.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Is sql scripting language?
When is the update_statistics command used?
Why is a primary key important?
What is sql*loader and what is it used for? : aql loader
How many types of index are there?
What is sql and db2?
Are subqueries faster than joins?
what are different types of collation sensitivity? : Sql dba
Can a table contain multiple foreign key’s?
What is the primary key?
how to get a list of indexes of an existing table? : Sql dba
Why is partition used in sql?
what are the authentication modes in sql server? How can it be changed? : Sql dba
how to start mysql server? : Sql dba
What is %s in sql?