What is the result, when NULL is compared with NULL?
Answer Posted / kmbkrishnan
if we check a Null value with another Null value as equal,
the result will be false.
| Is This Answer Correct ? | 47 Yes | 8 No |
Post New Answer View All Answers
What are the possible values for the boolean data field?
What is thread join () in threading?
Explain raise_application_error.
define sql delete statement ? : Sql dba
What is primary key sql?
What makes a good primary key?
what is 'mysqldump'? : Sql dba
What is numeric function sql?
How can you view the errors encountered in a trigger?
what are the 'mysql' command line arguments? : Sql dba
How do I restart sql?
Explain the difference between 'between' & 'and' operators in sql
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is substitution variable?
What does count (*) do in sql?