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 use of sql trace?
What is not in sql?
Write a unique difference between a function and a stored procedure.
what is a tablespace? : Sql dba
what are the different type of normalization? : Sql dba
discuss about myisam index statistics collection. : Sql dba
What is sql clause?
Where is all the data on the internet stored?
What are the indexing methods?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
Explain about various levels of constraint.
what are rollup and cube in t-sql? : Transact sql
What is bind reference and how can it be created?
what are local and global variables and their differences? : Sql dba
what is the use of set statement in tsql? : Transact sql