Can a table have two primary keys?
Answer Posted / rahul khanke
primary key is only and only one in a table.
it may be in more column in table means
In one table --one primary key and more than one column on
the same table
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is the difference between an inner join and an outer join?
How do I view an execution plan in sql?
What is scalar function in sql?
Can a select statement fire a trigger?
Can we create foreign key without primary key?
How do we use distinct statement? What is its use?
How do I kill a query in postgresql?
Can we group by two columns in sql?
How do you use join?
How to create an array in pl/sql?
what is the difference between sql and t-sql? : Transact sql
How do you concatenate in sql?
define sql update statement ? : Sql dba
how to decrement dates by 1 in mysql? : Sql dba
What is meant by <> in sql?