What is the result, when NULL is compared with NULL?
Answer Posted / archana
begin
if null is null then
dbms_output.put_line('null');
else
dbms_output.put_line('not null');
end if
end;
now it will return null
it is recommended to use 'is' with null not ' ='
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to set up sql*plus output format in oracle?
What is trigger in sql? Explain
What is posting?
What are the types of sql commands?
What is count * in sql?
what is a trigger? : Sql dba
what is data manipulation language? : Sql dba
How do you identify a primary key?
List and explain the different types of join clauses supported in ansi-standard sql?
How much does sqlite cost?
Does group by remove duplicates?
what is a tablespace? : Sql dba
What plvcmt and plvrb does in pl/sql?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
What is record in pl sql?