What is the difference between primary and unique key
Answer Posted / ashish asthana
Primay key restrict the duplicacy in the records and does
not accept null value or there are only one primary key in
a table
Unique constraint also restict the duplicacy but it accept
the null value one or more then one. We can apply unique
constraint more than one column
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how to Return total number of rows.
How do I start mysql client?
Can I copy mysql data directory?
What are the critical issues you have resolved in your company
What are the objects can be created using CREATE statement?
In which language mysql has been written?
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
What is striped backup
What data type is money?
can you elaborate on blob and text in mysql? : Mysql dba
What is longblob?
How can you filter the duplicate data while retrieving records from the table?
How to update database permissions/privilages.
How to store values to array from mysql database in php?
What is the datatype for password in mysql?