Major difference between SQL override and Lookup Sql override
Answer Posted / 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 |
Post New Answer View All Answers
What are the components of workflow manager?
What is update strategy transform?
What is Session and Batches?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
To import the flat file definition into the designer where should the flat file be placed?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
What is an aggregator transformation?
What is data movement mode in Informatica and difference between them?
design of staging area?
hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you
What is exclusive and normal mode for repository services?
What is the difference between source qualifier transformations source filter to filter transformation?
Differentiate between sessions and batches?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
can anyone explain me about retail domain project in informatica?