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
Can we rollback delete command?
What do you mean by dbms? What are its different types?
How can I delete duplicate rows?
What is informix sql?
Why procedure is used in sql?
Can you skip header records while loading? : aql loader
Do prepared statements prevent sql injection?
How to use distinct and count in sql query? Explain
Does truncate table reset auto increment?
what are set operators in sql? : Sql dba
What are the types of join and explain each?
what are all different types of collation sensitivity? : Sql dba
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is the use of sql trace?