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


Please Help Members By Posting Answers For Below Questions

What does dml mean?

536


what is bdb (berkeleydb)? : Sql dba

555


How to call shell script from pl sql procedure?

617


How to check if a column is nullable before setting to nullable?

576


what are the advantages and disadvantages of views in a database? : Sql dba

523






Can a foreign key be null?

577


Which command is used to call a stored procedure?

489


Is mariadb a nosql database?

532


Explain the update statement in sql

554


what is sub-query? : Transact sql

589


What are the 3 types of behavioral triggers?

652


What is sql data?

539


explain access control lists. : Sql dba

543


What is the sql case statement?

566


What does count (*) mean in sql?

1078