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 are different types of functions in sql?

511


What do you understand by exception handling in pl/sql?

579


Explain what is a view?

600


What is linq to sql?

554


What is the difference between microsoft access and sql?

500






Can we commit in trigger?

549


What type of database is cloud sql?

579


Explain what is sql*plus?

670


What is file based approach?

491


Can we use update in sql function?

588


difference between anonymous blocks and sub-programs.

624


how to drop an existing table in mysql? : Sql dba

560


what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

552


What is primary key secondary key alternate key candidate key?

546


Is json a nosql?

541