Answer Posted / prathiba
U can compare the two null values, by using these operators
IS NULL: operator returns true of column value is NULL.
IS NOT NULL: operator returns true of column value is not
NULL.
<=> operator compare values, which (unlike the = operator)
is true even for two NULL values
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I connect to mysql database?
Is mysql distributed?
In which language it is written?
What language is mysql written in?
Who owns mysql database?
What is the return type of mysqli_query?
Can we create table in stored procedure?
Can you shard mysql?
What is join in mysql? What are the different types of join?
what is database black box testing? : Mysql dba
How can you change the password of a mysql user?
What is a delimiter in mysql?
Where is mysql used?
Is mariadb faster than mysql?
how to Return total number of rows.