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 meant by target load plan?
What does refresh system mean, and what are its distinctive choice?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
Explain the types of transformations?
How can you define user defied event?
How do you manage the Parameter files while migrating your data from one environment to another environment?
Explain the aggregator transformation?
How are indexes created after completing the load process?
Briefly explain the aggregator transformation?
How many ways are there to do 'remove duplicate records in informatica'?
Repository user profiles
What is the maplet?
Is it possible to use a client with different version than that of its Informatica server?
How to partition the Session?
What is a filter transformation?