Can a table have two primary keys?
Answer Posted / suresh babu
No,The Table should have one primary key.But we can create
single primary key for combination of more columns,which is
called Composite Primary Key.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is set serveroutput on in pl sql?
What is java sql connection?
How does pl sql work?
What is blind sql injection?
What is sql*loader?
Explain the difference between sql and mysql.
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is the difference between function, procedure and package in pl/sql?
What is cursor in pl sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is a boolean in sql?
What is a mutating table and a constraining table?
what is view? : Sql dba
What are the steps for performance tuning.
is mysql query is case sensitive? : Sql dba