write sql query to filter the null value data following
table?
name age
john 30
smith null
null 34
sharp 24
i want the output following are

name age
john 30
sharp 24

Answer Posted / karthis4u

select * from table name where name is not null OR
age is not null

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is unit testing?tell me proceedure

1881


Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.

893


How can you differentiate between powercenter and power map?

731


How to update source definition?

724


What is the session task and command task?

691






Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1720


How does a sorter cache works?

669


How to generate sequence numbers using expression transformation?

729


Explain direct and indirect flat file loading (source file type) - informatica

953


What are the prerequisite tasks to achieve the session partition?

811


what is the end to end process meaning in my project(my project is development)and functionality plz tell me

1604


How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

793


Clarify the utilization of aggregator cache record?

659


As union transformation gives UNION ALL output, how you will get the UNION output?

732


What is complex mapping?

756