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
What are the differences between in and exists clause?
Why is sharding used?
What is oracle pl sql developer?
What is full form of rtm?
What are the different parts of a package?
What does := mean in pl sql?
What are sql constraints?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What is sap sql anywhere?
How can you tell the difference between an index and a view?
Can a procedure in a package be overloaded?
what is myisam? : Sql dba
How do I run a sql query?
How do I enable sql encryption?
what is the different between now() and current_date()? : Sql dba