Briefly explain your complete project(sales) flow, (ie. from
source received from client, transformations, then despatch
to end user) what are all the process. Kindly give step by
step process.
No Answer is Posted For this Question
Be the First to Post Answer
What is intricate mapping?
how we load the data from source to staging area
Explain the types of transformations?
Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project
how many data models u have done in informatica project?
How can yoU create or import flat file definition in to the warehouse designer?
how the server recognises , if the session fails after loading the 100 records in to the target
I have a scenario with router transformation. but i dont want to capture records from default group. how can we achieve this.
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?
scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS
How to add source flat file header into target file?
write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000