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 are the t string functions available in tsql? : Transact sql
How to use sql*plus built-in timers?
How to process query result in pl/sql?
What is pessimistic concurrency control? : Transact sql
Why do we use joins?
is mysql query is case sensitive? : Sql dba
What is difference between db2 and sql?
Is inner join same as self join?
What is sql query optimization?
Can we write ddl statements in functions?
What is the difference among union, minus and intersect?
Is sql easier than java?
What is the difference between pl and sql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
How many types of primary keys are there?