is it possible to assign two primary key in a table
Answer Posted / vignesh lakshmirajan
Answer is strictly NO...!!!
we may have morethan one unique column in a table but we should assign only one primary key...!!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I select a table in mysql?
How many columns can a table have?
What is insert query in mysql?
How we can get distinct columns values in mysql?
Why do we write stored procedures?
How do I insert multiple rows in a table?
What is a tinyint in mysql?
What is slow query log in mysql?
Is mysql still popular?
How do I find the size of a mysql database?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
How to display top 50 rows?
How to get nth highest salary from table in a mysql?
What are slow queries?
What are views in mysql?