Can a table have two primary keys?
Answer Posted / sankar
yes any table has only one primary key.but the basic idea
of pk is ....primary key=NOTNULL+UNIQUE KEY.which we can
give any column to a table and act as primary key
| Is This Answer Correct ? | 60 Yes | 28 No |
Post New Answer View All Answers
How can we implement rollback or commit statement in a trigger?
Is delete faster than truncate?
What are all the common sql functions?
What is the difference between jpql and sql?
What is string data type in sql?
What is a unique key?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
How do you concatenate in sql?
Is left join same as join?
What do you understand by pl/sql cursors?
What if we write return in procedure?
how to use case expression? : Sql dba
What are the types of variable use in pl sql?
How can I change database name in sql?
what is 'trigger' in sql? : Sql dba