i have a source table
ID NAME SAL
101 A 1000
102 B 2000
103 C 1500
target load should be
ID NAME SAL
101 A 1000
101 B 2000
101 C 1500
102 A 1000
102 B 2000
102 C 1500
103 A 1000
103 B 2000
103 C 1500
Answer Posted / raj
In SQL override write tha fallowing query
select a.id,b.name,b.sal from <table name> a,<table name> b
The above query is nothing but a cartesion product.
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
What do you mean by filter transformation?
What is the benefit of session partitioning?
tell me about your project functionality
whats the logic to load the lower level of granularity of data to fact table.
Tell me about MD5 functions in informatica
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
Write the prerequisite tasks to achieve the session partition?
What is domain in terms of informatica?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
What is the sequence generator transformation in informatica?
Explian the Process of deployment groups in informatica
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What is the difference between STOP and ABORT options in Workflow Monitor?
What are the types of data warehouses?
What is dynamic cache?