What is the result, when NULL is compared with NULL?
Answer Posted / kuldeep123
DECLARE
v1 NUMBER;
v2 NUMBER;
BEGIN
IF v1 = v2
THEN
DBMS_OUTPUT.put_line ('Null comapred successfully');
ELSE
DBMS_OUTPUT.put_line ('oops u have to use ISNULL opeartor');
END IF;
END;
output : oops u have to use ISNULL opeartor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a nested table in word?
How many types of functions are there in sql?
explain about mysql and its features. : Sql dba
Where not exists in sql?
How do you bind variables in pl sql?
How long it takes to learn pl sql?
Why use triggers in sql?
what is data integrity? : Sql dba
what is a composite primary key ? : Sql dba
How can you save or place your msg in a table?
What is a common use of group by in sql?
What is the difference between stored procedure and view?
How to download oracle sql developer?
What is a sql driver?
How does one load ebcdic data? : aql loader