which quality process u can approach in ur project
Answer Posted / sambasivarao.m
In so many proccesses are followed in projects that depends
on project to project and client to client
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How big was your fact table
How to join three sources using joiner? Explain though mapping flow.
What are the challenges you have faced in your Project (DWH- ETL)? Explain with example?
How can we use batches?
How can we use mapping variables in informatica?
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
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
Is it possible to define a single node as a Gateway node as well as worker node?
Which are the different editions of informatica powercenter that are available?
What are the differences between oltp and olap?
what are factless facts? And in which scenario will you use such kinds of fact tables.
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
What is domain in terms of informatica?
Can we change Dynamic to Static or Persistent cache? If so what happens?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa