What is the difference between primary and unique key
Answer Posted / venkat rao
Unique key takes null value but primary key doesnot take
null value
primary key have properties of both null key and unique key
constraints
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
Write a query to count the number of rows of a table in mysql.
What is the function of mysqldump?
What are the benefits of mysql?
what is constraints? Also explain the different types of constraints?
How can you change the name of any existing table by using the sql statement?
Is pdo more secure than mysqli?
What is mysql aggregate functions? Explain
what is database black box testing? : Mysql dba
What you can use regular expression for in mysql? Support your answer with an example?
What are the difference between and myisam and innodb?
What are queries used for?
Can you tell a way to know the number of days between the two given dates in php?
How does mysql encrypt passwords?
What does do in mysql?
How you can create a trigger in mysql?