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 / nivedita
IF NULL is specified,the feild is allow to be left empty
without any value.
IF NOT NULL is specified,the field must be given a value. In
the absence of either a NULL or NOT NULL, NULL is assumed.
-------
Unique key can't be NULL.Primary key can be NULL.
Unique key always contain unique value,duplicate are not
allowed(genrally the system genrated key).Primary key maybe
repeated.
Is This Answer Correct ? | 6 Yes | 35 No |
Post New Answer View All Answers
How to represent ENUMs and SETs internally?
How to see table's field formats or description of table .
How do I export mysql query results to excel?
Why do we use pragma autonomous transaction?
How would you get the current date in mysql?
What is the date format in mysql?
How to increment dates by 1 in mysql?
What is mysql slow query?
What are the limitations of mysql?
What is mysql common?
How do I make an action query?
How to create table show example
Is mysqli deprecated?
Explain csv tables.
What is default schema in mysql?