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

declare
l1 number := null;
l2 number :=null;
begin
if l1=l2 then message('equal');
else
if l1<>l2 then message('not equal');
else
message('else');
end if;
end if;
end;
What will be the output ?

Answer Posted / subrahmanyam.k

Null is not a charcter,unapplicable and not space. we can't
applicable or compare to another. so the final output is "ELSE"

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the file extension accdb stand for?

1016


Is pl sql still used?

1017


Which join is like inner join?

1089


What is before trigger?

1050


What is the use of stored procedures?

1106


which command using query analyzer will give you the version of sql server and operating system? : Sql dba

1107


What are the different types of functions in sql?

1099


what is the difference between join and union? : Sql dba

1202


How many functions are there in sql?

1095


What is a null value?

1191


What are its different types of dbms?

1055


how to create a table index in mysql? : Sql dba

1124


What is data abstraction in sql?

1066


How do I debug a stored procedure?

1171


Is it possible to create startup or shutdown trigger for on-schema?

1092