display null value rows with out using null function?
Answer Posted / rahul
Select * from emp where comm is null;
--here i am not used any null function
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is full form of rtm?
What is a Mapplet?
What is parallel hint?
How can I delete duplicate rows?
What is rank () in sql?
how to create a new table in mysql? : Sql dba
Inline the values in PL/SQL, what does it mean.?
What is nvarchar in sql?
What is minus?
Why do we use view in sql?
Can a commit statement be executed as part of a trigger?
How much does sqlite cost?
what are the advantages of mysql in comparison to oracle? : Sql dba
What can sql server reporting services do?
What is the difference between left join and right join?