Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


ru compare the 2 null values?

Answers were Sorted based on User's Feedback



ru compare the 2 null values?..

Answer / 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

ru compare the 2 null values?..

Answer / vignesh lakshmirajan

IMPOSSIBLE...!!!!

WE CAN'T COMPARE TWO NULL VALUES
COZ NULL MEANS "THE VALUE IS UNKNOWN";
SO WE CANT COMPARE THE UNKNOWN VALUES....

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are MySQL transactions?

2 Answers  


What is the difference between procedure and function in mysql?

0 Answers  


how to take mysql database backup?

0 Answers  


Can mysql store files?

0 Answers  


What is identity in mysql?

0 Answers  


What are the purposes of using enum and set data types?

0 Answers  


What are the differences between a primary key and foreign key?

0 Answers  


Why use stored procedures in mysql?

0 Answers  


How do you change a password for an existing user via mysqladmin?

2 Answers  


For the database from the previous question, please give an SQL query which returns the invoice number of all invoices which contain the article with the number ?1234?. The query should be able to run under a MySQL 4.0 database.

1 Answers  


Explain timestamp?

0 Answers  


How do I rename a mysql database?

0 Answers  


Categories