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
Can mysql and mariadb coexist?
What is maximum table size in mysql?
Where is the myisam table stored?
What is database in php mysql?
How to start mysql server?
Can not connect to mysql server 10060?
How does triggers work in mysql?
What is difference between mongodb and mysql?
Will mysql remain free?
What is the difference between a heap table and temporary table?
How to include numeric values in sql statements?
what is the procedure to configure the application of mysql?
What is a user defined variable?
How do I export mysql query results to excel?
What is use of mysql?