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
What is oracle database client?
What is analyze command used for?
How to write a query with an inner join in oracle?
What are nested tables?
What are the limitations oracle database 10g xe?
What is system global area (sga) in oracle?
What are the differences between primary key and unique key?
How to write numeric literals in oracle?
Is primary key indexed by default in oracle?
How to store pictures on to the database?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
How to lock and unlock a user account in oracle?
Is java required for oracle client?
What is a system tablespace and when it is created?
What privilege is needed for a user to query tables in another schema?