Answer Posted / pankaj
When we declare a primary key its a unique key. for that table.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many columns can a mysql table have?
How to delete a table.
Which is better sqlite or mysql?
How can you see all indexes defined for a table?
What is the phantom problem?
What's the latest version of mysql?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
What is the difference between b-tree and hash indexes?
How to connect html form to mysql database using php?
What language is used in mysql?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
How does php communicate with mysql?
Can a table have multiple primary keys?
What does mysql flush tables do?
How do I check mysql version?