Hi experts,
table 1 has 10 records, table 2 has 5 records
select * from table1, table2;
What is the output for this query???....plz answer
Answers were Sorted based on User's Feedback
Answer / priyasen
(10*5) 50 records
this kind of query gives us Cartesian product
| Is This Answer Correct ? | 68 Yes | 0 No |
Answer / laxmi soujanya
10*5=50 records
this is cartesian product
| Is This Answer Correct ? | 5 Yes | 0 No |
How can you join 3 tables? Why cant you use a single Joiner to join 3 tables.
Which transformation can be created only as reusable transformation but not as non-reusable transformation?
Difference between STOP & ABORT in Informatica.
3 Answers Accenture, Wells Fargo,
I have some rows in source.I have to map half rows to one target and half rows to another target.i.e you wont know how many records in source.?Implement a mapping?
If there are more than one sessions running parallel in a worklet, which will be the last session ?
How can you define user defied event?
what is threshold error in informatica?
How to read data from flat file source if the data is in paragraph format?
how many new transformations are introduced in 8.1 which are not available in 7.1? any new transformation in 8.6?
we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks
When do we use dynamic cache and static cache in connected and unconnected lookup transformations?
what is the method of error handling when session is running?