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 is procedure and function in sql?
what is the difference between a web-garden and a web-farm? : Sql dba
How to get list of all tables from a database?
How to use sql statements in pl/sql?
how can you create an empty table from an existing table? : Sql dba
What is pragma in pl sql?
What are the types pl/sql code blocks?
What are triggers in sql?
what is the different between now() and current_date()? : Sql dba
What are some emotional triggers?
Are dml statements autocommit?
how to include comments in sql statements? : Sql dba
What do you mean by stored procedures?
Can we update views in sql?
Can unique keys be null?