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

What is a tinyint?

513


What are procedures in mysql?

493


Can we store videos in mysql database?

499


How can you increase the performance of mysql select query?

487


What is difference between inner vs self vs cross?

513






what is constraints?

632


What are the 3 main types of search queries?

459


What is the usage of ENUMs in MySQL?

637


write a command to view the content of the table

500


What is the storage engine for mysql?

500


What is index length in mysql?

491


What is mysql data directory?

530


How to make a copy values from one column to another in mysql?

567


Where the database is stored in mysql?

497


What is not null in mysql?

516