What is the main different between Null and NOT Null.
Difference between Primary and Unique Key.
How to Check the database from which application is it
possibe.
Answer Posted / amit kumar tiwari
primary key uniquely define each table and never allow NULL
value. But unique key may be NULL value.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is mysql and sql are same?
What is username in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
How to rename an existing column in a table?
How do I create a database in mysql workbench?
How do I select a table in mysql?
What does mysql workbench do?
What is localhost in mysql?
How to display nth highest salary from a table in a mysql query?
What is the default port for mysql and how it can change?
How do I export mysql query results to excel?
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?
Write command to import an mysql file?
How we can get distinct columns values in mysql?
What is delimiter in mysql?