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 |
How can i explain my project architecture in interview..? in Igate asked me tell me your project flow from source to target..?
1 Answers Ameri Group, CGI, CTS, HCL, iGate, TCS, Wipro,
can anyone explain me about sales project in informatica?
How informatica recognizes mapping?
what type of transformation is not supported by mapplets?
I am using mapping variable, when i am running a session,before it has 10000 records, after completion of session what about value of mapping variable?
how many types of dimensions are available in informatica?
what is the method of error handling when session is running?
how i will stop my workflow after 10 errors
in static and dynamic which one is better
What is an unconnected transformation?
What is session task and command task?
what is plsql table?