real time applications of nullif?

Answer Posted / babu

nullif basically allows you to compare 2 expressions of
same datatype and return null if both are equal. else it
would return the first expression.eg:
nullif(10,10) returns null

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql*plus?

565


How do I create a memory optimized filegroup?

527


Are null values same as that of zero or a blank space?

530


What are the types of dbms?

545


How does left join work in sql?

514






what are the authentication modes in sql server? How can it be changed? : Sql dba

699


how to get a list of indexes of an existing table? : Sql dba

513


What is identity column in sql server?

526


What is interval partition?

541


Why use stored procedures?

568


What is java sql driver?

542


What is PL/SQL Records?

625


Why do we use set serveroutput on?

514


Are stored procedures faster than queries?

520


What action do you have to perform before retrieving data from the next result set of a stored procedure ?

2091