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
Answers were Sorted based on User's Feedback
What is the difference Between Mapping parameter and variable
What is the difference between SOURCE and TARGET BASED COMMITS?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
in reporting we add some new objects,how we get the count of the newly added objects to the report
State the differences between sql override and lookup override?
How do you remove duplicate records in informatica?
what is update strategy transformation ?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What is deployment group?
Input flatfile1 has 5 columns, faltfile2 has 3 columns(no common column) output should contain merged data(8 columns) Please let me know how to achieve ??
What are the reusable transforamtions?
What is hash partition?