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

define sql insert statement ? : Sql dba

750


What is an escape character in sql?

743


What is an exception in pl/sql?

725


What are the two different parts of the pl/sql packages?

791


What is difference between function and trigger?

719






What is materialized view. What are different methods of refresh?

1068


How many commands are in sql?

716


Can we use ddl statements in stored procedure sql server?

725


explain the difference between bool, tinyint and bit. : Sql dba

710


What is sql clause?

740


Can a varchar be a primary key?

699


Does pl sql work in mysql?

687


what are the differences between char and nchar? : Sql dba

797


What is normalization sql?

719


how do you control the max size of a heap table? : Sql dba

702