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
How many ways are there to do 'remove duplicate records in informatica'?
Can you use flat files in Mapplets.
Explain the shared cache and re-cache?
In informatics server which files are created during the session rums?
Explain about cumulative Sum or moving sum?
During the running session, output files are created by informatica server. Enlist few of them.
What is the command used to run a batch?
What do you mean incremental aggregation?
What is meant by a domain?
What is the meaning of up gradation of repository?
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
difference between informatica 8.1.1 and 8.6
Explain constraint based loading in informatica
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
What is a router transformation?