ru compare the 2 null values?

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


Please Help Members By Posting Answers For Below Questions

How do I connect to mysql database?

724


Is mysql distributed?

723


In which language it is written?

735


What language is mysql written in?

723


Who owns mysql database?

798


What is the return type of mysqli_query?

659


Can we create table in stored procedure?

710


Can you shard mysql?

707


What is join in mysql? What are the different types of join?

714


what is database black box testing? : Mysql dba

806


How can you change the password of a mysql user?

739


What is a delimiter in mysql?

704


Where is mysql used?

769


Is mariadb faster than mysql?

697


how to Return total number of rows.

751