What is the result, when NULL is compared with NULL?
Answer Posted / abhishek jaiswal
Decode will return true if we compare null to null value.
select decode(commission_pct,null,0) from employees
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
explain what is mysql? : Sql dba
Explain the the delete statements in sql?
How do you know if a relationship is 2nf?
what is meant by urlencode and urldocode? : Sql dba
how to use like conditions? : Sql dba
What is an ndf file?
What are the different types of constraints?
What is pl sql quora?
What is a pl/sql block?
What is an implicit commit?
what happens if null values are involved in expressions? : Sql dba
How do you update a table in sql?
What are views in sql?
Can we call dml statement in function?
What packages(if any) has oracle provided for use by developers?