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
What are records give examples?
What is benefit of creating memory optimized table?
How many types of literals are available in pl sql?
what are the advantages of mysql in comparison to oracle? : Sql dba
What is number function in sql?
What is meant by truncate in sql?
What is data profiling in sql?
What is the basic form of sql query?
How do I write a sql query in pgadmin 4?
What is dba in sql? : SQL DBA
What does stand for in sql?
Can ddl statements be used in pl/sql?
What is compiled query?
What is cross join example?
what is a stored procedure? : Sql dba