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

The message() function has not been declared in the block.
If it would have been declared then answer would be 'ELSE'

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is index? : Sql dba

1044


what are sequences

1822


What is integrity in sql?

1104


Can a table contain multiple primary key’s?

1155


differentiate between float and double. : Sql dba

1110


What is the non-clustered index in sql?

1107


What is flag in sql?

1099


Can procedure in package be overloaded?

1141


Can we join more than 2 tables in sql?

1093


What is the difference between stored procedure and view?

1064


Do we need to rebuild index after truncate?

1098


What is the best free sql database?

1102


Is pl sql different from sql?

1043


What is the use of <> sql?

1038


What is time based sql injection?

1035