Its possible to add more than one primary key for the table
Answer Posted / ravi singh
No, physically its not possible to add more then one primary key on a table, although logically you can create an unique key on a column and put it as not null .
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what are sequences
what are the advantages a stored procedure? : Sql dba
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is error ora-01000: maximum open cursors exceeded
what is collation? : Sql dba
What is a pl/sql block?
What is a trigger word?
What normalization means?
What is the difference between rollback and rollback to statements?
What is not equal in sql?
What is trigger with example?
What is union and union all keyword in sql?
What is full join in sql?
Is pl sql and postgresql same?
What is having clause in sql?