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 triggers and its uses?

587


How do I order by ascending in sql?

529


How do I create a sql script?

529


how to add a new column to an existing table in mysql? : Sql dba

576


How delete a row in sql?

526






What information is needed to connect sql*plus an oracle server?

579


how to convert character strings to dates? : Sql dba

514


How many aggregate functions are available there in sql?

521


How do you define a foreign key?

525


How do I remove all records from a table?

557


What is sql resultset?

523


How can triggers be used for the table auditing?

588


How do I clear the screen in sql plus?

538


Can we insert data into materialized view?

497


What sql does db2 use?

533