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
Is there a way to automate sql execution from the command-line, batch job or shell script?
What are all types of user defined functions?
What is the difference between local and global temporary table?
How to display the current date in sql?
What is oracle sql called?
What are the two different parts of the pl/sql packages?
How can we solve sql error: ora-00904: invalid identifier?
How many types of privileges are available in sql?
Which sql statement is used to return only different values?
What is sqlite format?
Can variables be used in sql statements?
What are user defined functions?
how to convert character strings to dates? : Sql dba
What is insert command in sql?
Show the cursor attributes of pl/sql.