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 does reusable transformation mean?

861


if we have a delimiters at unwanted places in a flat file how can we over come those.

1802


I have a flat file, want to reverse the contents of the flat file

898


3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs

1952


If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me

1750


Mention some types of transformation?

799


Explain the informatica workflow?

808


Can u generate reports in Informatica?

830


What are the different types of transformation available in informatica.

821


What is meant by pre and post session shell command?

854


How to convert multiple rows to single row (multiple columns) in informatica

1122


How would you copy the content of one repository to another repository?

762


What are the components of workflow manager?

795


Define enterprise data warehousing?

860


What do mean by local and global repository?

921