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
What is sqlservr exe?
What is sql constant?
How do you use a while loop in pl sql?
What is the difference between a subquery and a join?
What is delimiter in pl sql?
How do I run a sql script?
Can we use ddl statements in stored procedure sql server?
What is group function in sql?
How does join work in sql?
How can I see all tables in sql?
What does closing a cursor do?
What are the different ddl commands in sql?
Which one is faster ienumerable or iqueryable?
What are pl sql procedures?
What is the difference between row level and statement level trigger?