What is query panel?
Answer / nagaraju bhatraju
An editor used to define database queries, where users
manipulate BusinessObjects rather than the tables and
columns of the relational database.
| Is This Answer Correct ? | 5 Yes | 0 No |
lookup transformation with screenshots
Hi, If any hav Informatica n DWH FAQ's,Plz do fwd to vanibv6@gmail.com Thnx Vani
suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?
Whatis the difference between View and Materialized View ?
What do you understand by a term domain?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
Explain informatica architecture - version 8 / 9
Define sessions in informatica etl?
What is the difference between Bulk Load and Normal Load
Which transformation should u need while using the cobol sources as source defintions?
How can we handle two sessions in informatica?
I have table with ID,PRD_DT,PRD_FLAG,CUST_DT,CUST_FLAG I need to get max date and its corresponding flag for both the date columns. Ex:- 1A,10/3/2015,AC,10/3/2015,XY 1A,10/4/2015,AB,10/2/2015,XZ Output needed 1A,10/4/2015,10/3/2015,XY I have 100 million + in the table so avoid self-join...