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 is sql resultset?
how to enter numeric values as hex numbers? : Sql dba
what is a trigger? : Sql dba
what's the difference between a primary key and a unique key? : Sql dba
How many indexes can be created on a table in sql?
Can procedure in package be overloaded?
What is recursive stored procedure?
what are the features and advantages of object-oriented programming? : Sql dba
How does one load ebcdic data? : aql loader
What does trigger mean in psychology?
Why do we need pl sql?
what is online transaction processing (oltp)? : Sql dba
What is trigger explain it?
How to add a column ‘salary’ to a table employee_details?
What is the difference between having and a where in sql?