How to jion 2 tables, without using any condition?
Answer Posted / kalyan
In SQL override (Source Qualifier level) write a query to
join the 2 tables like emp & dept as follows:
Select * from emp,dept;
The above query will return the cartesian product of the 2
tables; BTW, this don't have any condition...
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What do you mean by blocking transformation?
Design a mapping to load the cumulative sum of salaries of employees into target table?
How do you load unique records into one target table and duplicate records into a different target table?
What is data caches/ index caches?
How to differentiate between the active and passive transformations?
What the difference is between a database, a data warehouse and a data mart?
What if the source is a flat-file?
Can informatica load heterogeneous targets from heterogeneous sources?
How to load the data from people soft hrm to people soft erm using informatica?
What are the conditions needed to improve the performance of informatica aggregator transformation?
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
How to join three sources using joiner? Explain though mapping flow.
Scheduling properties,whats the default (sequential)
How can we use batches?
Explain the features of connected and unconnected lookup.