display null value rows with out using null function?

Answer Posted / harinadh bolisetti

in case of integer data type column.

select * from emp
where nvl(deptno,1)=1

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between primary and secondary key?

515


What is exit statement?

540


Can a varchar be a primary key?

534


When are we going to use truncate and delete?

549


How you can copy a file to file content and file to pl/sql table in advance pl/sql?

618






How many sql commands are there?

673


What makes a good primary key?

519


What is bulk collect in pl sql?

528


what is a relationship and what are they? : Sql dba

550


How to get help at the sql prompt?

641


What is transaction control language (tcl)?

634


What is union?

649


What is a trigger in sql?

634


what are all the different normalizations? : Sql dba

505


what is the difference between blob and text? : Sql dba

523