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
What is the difference between partition and index?
How does sql profiler work?
Does oracle roll back the transaction on an error?
What is the usage of the distinct keyword?
What are the different types of functions in sql?
Explain ttitle and btitle.
What is %rowtype in pl sql?
Is sqlite thread safe?
What is a parameter query?
What are character functions in sql?
Can you join a table to itself?
What is the difference between null value, zero, and blank space?
How do you respond to dementia behavior?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is difference between stored procedure and trigger?