Major difference between SQL override and Lookup Sql override
Answer / ysindhureddy77@gmail.com
1. SQL Override is to limit the number of incoming rows entering the mapping pipeline
Lookup Override is to limit the number of lookup rows to avoid the whole table scan by saving the lookup time & cache it uses.
2. Lookup Override uses "Order By" clause by default
SQL Override doesn't uses it & should provide in our query if we require it.
3. SQL Override can provide any kind of join by writing the query
Lookup Override provides only Non-Equi joins
4. Lookup Override gives only one record even if it finds multiple records for a single condition
SQL Override doesn’t do that.
| Is This Answer Correct ? | 0 Yes | 0 No |
why we use source qualifier transformation?
How to Explain My project flow,In TCS ased me this question. In which way i can start my project flow and they asked how many fact tables and dimensional tables u used. Can any one Explain Briefly for this question and project architecture also.. please..
3 Answers CTS, HCL, Infosys, TCS,
What is a node in Informatica?
Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?
What is the difference between Bulk Load and Normal Load
what is the mechanism of the Master-Detail joining condition?
What are variable ports and list two situations when they can be used?
server hot-ws270 is connect to Repository B. What does it mean?
What is exact use of 'Online' and 'Offline' server connect Options while defining Work flow in Work flow ?
What do you mean by Parameter file? Why do we use it and what all things we can define in a parameter file?
What is a Shortcut and What is the difference between a Shortcut and a Reusable Transformation?
how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?