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 to load data files into tables with 'mysqlimport'?

470


What is sqlyog?

612


SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?

573


What is the latest mysql?

467


What is the current mysql version?

491






Is primary key auto increment?

517


How do I insert an image into mysql workbench?

474


What is the insert?

487


How to concatenate two character strings?

558


Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.

545


What are the steps required to view your mysql database?

600


Can you tell the difference between $message and $$message?

525


What happens if you no create privilege in a database?

555


What is csv?

514


What is difference between group by and order by clause?

536