Its possible to add more than one primary key for the table

Answers were Sorted based on User's Feedback



Its possible to add more than one primary key for the table ..

Answer / 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

Its possible to add more than one primary key for the table ..

Answer / 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

Its possible to add more than one primary key for the table ..

Answer / mahesh katkam

NO its not possible to add more than one primary key in one table , but using trigger we can make another non_primary column acts as primary key column.

Is This Answer Correct ?    1 Yes 0 No

Its possible to add more than one primary key for the table ..

Answer / ramesh

No not possibble add more than one primay key on the table

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How many rows will return from dual table?

4 Answers   Fujitsu,


What is synchronized subquery?

0 Answers  


List out the acid properties and explain?

0 Answers  


What are triggers and its types?

0 Answers  


What is multiple columns?

0 Answers  






why sql is used as interpreter frequently rather than a compile?

1 Answers  


Can i use Commit inside the Trigger? Suppose i use commit what will be happy (it's complied /executed/work)

6 Answers  


How to fix oracle error ora-00942: table or view does not exist

0 Answers  


Do view contain data?

6 Answers   Ramco,


diff b/w sub query and co-relater query?

3 Answers   iFlex,


What is the size of partition table?

0 Answers  


Explain the working of foreign key?

0 Answers  


Categories