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
Can we insert in sql function?
what is normalization? : Sql dba
Cite the differences between execution of triggers and stored procedures?
How do I copy a table in sql?
what tools available for managing mysql server? : Sql dba
Why is stored procedure faster than query?
How would you reference column values before and after you have inserted and deleted triggers?
What are the datatypes available in pl/sql ?
What are the events on which a database trigger can be based?
what is table? : Sql dba
What is rename command in sql?
When do we use triggers?
What is a unique constraint?
what is a record in a database ? : Sql dba
What are the different ddl commands in sql?