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 / anil kumar jampana
else
bz, null is an undefined value
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to return an array from java to pl/sql?
What language is oracle sql developer?
what is auto increment? : Sql dba
What is sqlcontext?
What is oracle sql developer?
Explain exception handling in pl/sql?
what is rdbms? : Sql dba
how to shut down the server with 'mysqladmin'? : Sql dba
Can you have more than one trigger on a table?
Is sqlite thread safe?
what is a stored procedure? : Sql dba
What is a natural join sql?
Does mysql support pl sql?
What is the most common sql injection tool?
Explain the working of primary key?