What is the difference between primary and unique key
Answer Posted / sudhanshu_kmr
.....primary key.......... unique key
at most one column .....:... any number of column
only unique values........... only unique values
don't accept null........... accept null
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
all the queries used in sql
What is mysql cursor?
How does mysql store binary data?
Write a query to find duplicate rows in table?
Why does mysql have so many connections?
What is user in mysql?
How do I create a schema in mysql?
How to create a new table in mysql?
How to connect html form to mysql database using php?
can you elaborate on blob and text in mysql? : Mysql dba
What is difference between Sql server and MySql database? It may be silly question but i really dont know.
Should I use pdo or mysqli?
How to print message in mysql trigger?
What mysql -u john -p command does?
How to Join tables on common columns.