is it possible to assign two primary key in a table
Answer Posted / jd
At the end of the day a primary key is unique non null value
that the data is indexed upon.
Even if only one column can be explicitly defined as the PK.
It is possible to uniquely identify a row differently, by
creating a unique non null column that is indexed. It is
implicitly then a PK.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is triggers?
How do I start mysql in mysql workbench?
What are the steps required to view your mysql database?
Write a query to fetch duplicate records from a table using mysql?
How do I rename a mysql database?
What are programming functions?
What is mysqli_num?
Which is better mysql or microsoft sql?
What is the difference between mysql and oracle?
How to drop an existing view in mysql?
How to list or view all databases from the mysql server.
What language is mysql written in?
What is data type for image in mysql?
How can we get the number of rows affected by query?
What does mysql_fetch_assoc do?