Answer Posted / pr@$@d
Null means unknown value
The value null can be regarded as an unknown value.
Therefore, the following select statement returns null:
select 5+7+null+9 from dual;
Note : A null can be assigned but it can not be equated
with anything: Even itself.
Regards,
-Pr@$@d.
prasadreddi@ymail.com
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
State any two functions of oracle?
How many memory layers are in the oracle shared pool?
What are a cluster and non-cluster index?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
How to write a query with an inner join in oracle?
How to delete a column in an existing table?
how may join possible between (requisition with purchase order)
How do I reset a sequence in oracle?
How to turn on or off recycle bin for the session?
How to create an oracle testing table?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
Explain alias?
How many types of tables supported by oracle?
Explain integrity constraint?
Are truncate and delete commands same? If so why?