Can a table have two primary keys?
Answer Posted / dev lamani
no a table can have only one primary key.
u can make one or column to have primary key
that is called a composite primary key
Dev
ddlamani@yahoo.com
| Is This Answer Correct ? | 61 Yes | 5 No |
Post New Answer View All Answers
Will truncate release space?
Why are cursors used?
What is a heap in sql?
how to create a table index in mysql? : Sql dba
Why stored procedure is better than query?
What is group function in sql?
What are the differences between implicit and explicit cursors?
How to write pl sql program in mysql command prompt?
What is localdb mssqllocaldb?
What are the disadvantages of not performing database normalization?
What is an intersect?
What is the use of index in hive?
Why cross join is used?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What does count (*) do in sql?