Its possible to add more than one primary key for the table
Answer Posted / 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 |
Post New Answer View All Answers
What does partition by mean in sql?
Are there any features that are decommissioned in 11g that are not present in 11g?
How does rowid help in running a query faster?
What is mutating table error?
Can a table contain multiple foreign key’s?
How many columns should be in an index?
What do you understand by exception handling in pl/sql?
What is a join?
What is sql select statement?
What is structural independence and why is it important?
Is oracle and sql same?
Can instead of triggers be used to fire once for each statement on a view?
What is the difference between Union and Union all. Which is faster.
How do you break a loop in pl sql?
Explain the the delete statements in sql?