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 / g priya
If a field is null the database engine makes the field to be 0
if not null is specified ,field must be given a value
Primary key is unique,not null,index where as Unique key has
1 null value
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to use mysqldump to create a copy of the database?
What is slow query log in mysql?
What is use command in mysql?
What is cursor in mysql?
How to insert dynamic values in mysql using php?
Is mysql relational database?
how to add a new column to an existing table?
What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?
In which year mysql created?
How to create trigger in mysql workbench?
What is the use of mysql workbench?
How do I download mysql on my laptop?
What are the objects can be created using CREATE statement?
What is longblob?
What is mysql and how it works?