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
Define sql delete statement.
what are the advantages of sql ? : Sql dba
Can we insert data into view?
What is data modelling in sql?
Which normal form is best?
How do I find duplicates in a single column in sql?
What are database links used for?
What is a trigger in sql?
How can we store rows in PL/SQL using array?
Is vs as in pl sql?
Why do we need databases?
What are different clauses used in sql?
How do I run a pl sql procedure in sql developer?
what is the difference between delete and truncate statement in sql? : Sql dba
what is a trigger? : Sql dba