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 is the difference difference between procedure and packages
What is the current version of postgresql?
What is difference between mysql and postgresql?
How many types of index are there?
What are the types of operators available in sql?
Define a temp table?
What is substitution variable in pl sql?
Which command is used to delete a package?
Is left join inner or outer?
What is the difference between row level and statement level trigger?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
How do I install sql?
What are all the different normalizations?
What is sharding in sql?
What are the types pl/sql code blocks?