without matching columns in two tables. how can you join
Answer Posted / sbvp
by using union t/r
other wise create one dummy column in two tables
than join the two table with jioner t/r
ok
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
How do you load unique records into one target table and duplicate records into a different target table?
What is domain and gateway node?
whats the logic to load the lower level of granularity of data to fact table.
What are the static cache and dynamic cache in informatica?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
what is the -ve test case in your project.
What is dimensional table?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
How many transformations can be used in mapplets.
Define mapping and session?
What does “tail –f” command do and what is its use as an Informatica admin.
What is the cumulative sum and moving sum?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.