Can a table have two primary keys?
Answer Posted / ramireddy
No, A table having only one primary key.
If you declare as Primary
key(<column_name>,<column_name>,<column_name>) for any
table. This type key is called as composite key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create clustered index without primary key?
what is the difference between inner and outer join? Explain with example. : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
what is a stored procedure? : Sql dba
What is the difference between function and procedure in pl/sql?
What is sql comments?
Are pl sql variables case sensitive?
How do you delete duplicates in sql query using rowid?
What is an inner join sql?
What does data normalization mean?
what is the difference between group by and order by in sql? : Sql dba
What is %type in sql?
What is data type in sql?
What is offset in sql query?
Write a sql query to get the third highest salary of an employee from employee_table?