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
How can you export the table as an xml file in mysql?
What is use of mysql?
What are ddl statements in mysql?
How to create a test table in your mysql server?
What is join in mysql? What are the different types of join?
Why do we write stored procedures?
How is oracle different from mysql?
What is dump in mysql?
What does mysqli_fetch_assoc do?
Write a program using the select statement, while loop.
Can you tell a way to know the number of days between the two given dates in php?
how to Return total number of rows.
What is bigint in mysql?
How to write date and time literals?
What is the purpose of mysql database?