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
How do I delete a table in mysql workbench?
Is sql and mysql same?
How to use like conditions?
Is mysql same as sql?
How to run 'mysql' commands from a batch file?
What are the objects can be created using CREATE statement?
In mysql, what is the default storage engine?
How to convert character strings to numeric values?
What is pdo connection?
How many rows can mysql handle?
What is delimiter $$?
How do I insert an image into mysql workbench?
How to declare variable in mysql trigger?
Which software is used for mysql?
List some comparisons operators used in mysql?