Answer Posted / ahalya inturi
target load plan defines order in which data extracted from
source qualifier transformation
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain lookup transformation source types in informatica
What all join we can perform in LOOKUP transformation?
what is the size ur source like(file system or database)? how many record daily come u r banking project?
How is union transformation utilized?
what is the size of u r source(like file or table)?
What is the command used to run a batch?
What are the designer tools for creating transformations?
What are the performance considerations when working with aggregator transformation?
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
Performance tuning in UNIX for informatica mappings?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
Reusable transformation and shortcut differences
rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg
What is the use of code page?
What are the differences between oltp and olap?