display null value rows with out using null function?
Answer Posted / ansupriya
select * from emp where nvl(to_char(comm),'null')='null';
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are analytic functions in sql?
What are the benefits of pl sql?
Explain alias in sql?
What is bind variable in pl sql?
Write a sql query to find the names of employees that begin with ‘a’?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What are pl/sql packages?
what is data manipulation language? : Sql dba
Is sql port 1433 encrypted?
Are subqueries faster than joins?
What are its different types of dbms?
What is mdb stand for?
What is a record in a database?
How do I run a pl sql program?
How can you load multi line records? : aql loader