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 the difference between primary key and unique key? : Sql dba
How exception is different from error?
define data blocks ? : Sql dba
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is the difference between delete and truncate statement in sql?
What is the purpose of my sql?
What is database migration?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
How many aggregate functions are available there in sql?
Is sql developer case sensitive?
What is the difference between inner join and natural join?
Do we need commit after truncate?
What does the acronym acid stand for in database management?
How is indexing done in search engines?