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 / subbu
select * from table name where name is not null and
age is not null
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is a code page?
How can repository reports be accessed without sql or other transformations?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
What do you mean by channel change?
How many ways are there to do 'remove duplicate records in informatica'?
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
Mention few advantages of router transformation over filter transformation.
What is the need for an etl tool?
Differentiate between source qualifier and filter transformation?
Design time, run time. If you don't create parameter what will happen
difference between repository database and repository service?
Difference between Target-based loading and constraint-based loading?
Can we get 1st record through Informatica(without sequence number).
Difference between Data and Index Caches?
What is a snowflake schema?