What is the result, when NULL is compared with NULL?
Answer Posted / ashu_deepu
2 NULL value can not b equal.
i just want to remind some imp. point about primary key.
d condition is
1) not null n
2) unique.
since 2 null value r unique dats why we require the 1st point of not null.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are sql triggers used for?
What is sql*loader and what is it used for?
explain advantages of myisam over innodb? : Sql dba
How do I find sql profiler?
What is the difference between syntax error and runtime error?
what are the advantages of mysql in comparison to oracle? : Sql dba
Can we join 3 tables in sql?
How to execute a stored procedure?
What is cursor explain with example?
What is user defined functions?
how to drop an existing table in mysql? : Sql dba
How do you go back in sql?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
how to install mysql? : Sql dba
How to select random rows from a table?