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
How do I count records in sql?
What is an intersect?
How do I quit sql?
Why do we need view in sql?
what is 'trigger' in sql? : Sql dba
Explain the the delete statements in sql?
describe mysql connection using mysql binary. : Sql dba
What is thread join () in threading?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is trigger explain it?
What is the difference between subquery and correlated query?
What is schema in sql?
what is auto increment? : Sql dba
What are triggers and its uses?
Which is faster truncate or drop?