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
Explain the working of primary key?
What is a parameter query?
What is varchar used for?
Is sql a scripting language?
What are the benefits of pl/sql packages?
What are the triggers associated with image items?
Can a varchar be a primary key?
What are the different types of tables in sql?
Is a secondary key the same as a foreign key?
what are the authentication modes in sql server? : Sql dba
What is an index in sql with example?
What is sql*loader and what is it used for?
What is the difference between delete and truncate statement in sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
Explain the difference in execution of triggers and stored procedures?