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 difference between mysql mysqli and pdo?
explain GROUPBY & HAVING clause with examples.
What is save point in mysql?
Can we rename database in mysql?
What is the default port of mysql server?
What is dump in mysql?
How many entries can mysql handle?
How to get a list of all tables in a database?
What is view in mysql?
what is database white box testing? : Mysql dba
How do I save in mysql?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
How can you add and remove any column of a table?
What are the types of queries?
How do stored procedures work?