What is the difference between primary and unique key
Answer Posted / pradeep rajpoot
primary key no null value allow.
but unique key one null value is allow
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the 'mysql' command line arguments?
What are mysql functions?
How do I create a new database in mysql?
What is required to create mysql database?
How to display top 50 rows?
What is inner join in mysql?
How do I update a variable in mysql?
What is the latest version of php and mysql?
What are Heap tables?
How to enter numeric values as hex numbers?
How do you connect MySQL database with PHP?
How many rows mysql can handle?
change column name and make a unique column so we get no dupes.
How to concatenate two character strings?
How does limit work in mysql?