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...

What is the result, when NULL is compared with NULL?

Answer Posted / sant

In oracle the below eg will help you to clear this:

DECLARE
D INTEGER :=NULL;
E INTEGER :=NULL;
BEGIN
IF (D = E) THEN
dbms_output.put_line('PASS);
ELSE
dbms_output.put_line('FAIL');
END IF;
END;

It will alwayz return FAIL.

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is acid property in database? : Sql dba

1068


What is program debugging?

1342


What is a file delimiter?

1162


What is pl sql in oracle?

1095


Why stored procedures are faster than query?

1079


What type of database is cloud sql?

1157


What is the need of merge statement?

1092


Is there a 64 bit version of ssms?

997


Show the two pl/sql cursor exceptions.

1260


What is data manipulation language?

1232


What is online transaction processing (oltp)?

1063


What is difference between rank () row_number () and dense_rank () in sql?

1157


What is trigger in pl sql with examples?

1080


Is pl sql a programming language?

1041


What is package in pl sql with an examples?

1084