Answer Posted / janhvee
diff. between primary key and unique is unique key can be
null but primary key can't be null.
one table can have only one primary key but unique key can
be multiple keys
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Why do we use group by and order by function in mysql?
What is trigger in mysql with example?
What is an example of a delimiter?
How to create a trigger in mysql?
What is difference between mysql and mysql workbench?
What is database engine in mysql?
How to print message in mysql trigger?
How to validate email addresses in mysql?
How many queries can mysql handle?
Is mysqli deprecated?
Explain Access Control Lists.
Write a query to fetch duplicate records from a table using mysql?
How do you create a table in mysql workbench?
How do I create a schema in mysql?
How to drop an existing view in mysql?