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 use the cursor's to create the collection in PL/SQL?
What is flag in sql?
Why do we use cursors?
What are the advantages of stored procedure?
Can we create clustered index without primary key?
How do I run a sql trace?
can a stored procedure call itself or recursive stored procedure? : Sql dba
How does one use sql*loader to load images, sound clips and documents? : aql loader
What are literals in sql server?
What is serial sql?
How many types of cursors supported in pl/sql?
How do I partition a table in sql?
Does a join table need a primary key?
define sql insert statement ? : Sql dba
How do you update sql?