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 the difference between syntax error and runtime error?
What is cold data?
What does stand for in sql?
What is orm in sql?
What is the use of procedures?
Explain the difference between rename and alias?
What are the key differences between SQL and PL SQL?
what are the different index configurations a table can have? : Sql dba
What are all types of user defined functions?
Which is the correct statement about truncate and delete?
What is clause?
What is a memo field?
Is sql considered coding?
How do you update a sql procedure?
How do you create a unique index?