Can a table have two primary keys?
Answer Posted / ashwin kumar
yes, a table may have more than 1 primary keys but, of them
we only choose 1 column as identifiable column called
primary key. The other columns are called surrogate keys or
candidate key.
| Is This Answer Correct ? | 25 Yes | 43 No |
Post New Answer View All Answers
What is sorting in sql?
Explain commit, rollback and savepoint.
What do we need to check in database testing?
List the different type of joins?
What is the difference between rollback and rollback to statements?
What is coalesce in sql?
What is basic structure of pl sql?
How do I upgrade sql?
what is a composite key ? : Sql dba
How delete a row in sql?
Differentiate between syntax and runtime errors.
how to use 'mysql' to run sql statements? : Sql dba
Mention what does the hierarchical profiler does?
How do you use join?
What is int identity in sql?