In dept 10, 5 emp sal, i want to do sum of dept 10 emp sal.
Is there any othere transformation than the aggrator? if
yes how?
Answer Posted / talluru.sankar naidu
we can use SQ transformation write the query we get ans
select sun(sal) from emp where deptno=10 and deptno=5;
I think its correct
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How many numbers of sessions can one group in batches?
Differentiate between sessions and batches?
What is update strategy transform?
What are the different components of powercenter?
What is the format of informatica objects in a repository?
Differentiate between a repository server and a powerhouse?
Is there any target staging area in informatica not staging area
Where do we use mapping variables in informatica?
Explain the types of transformations?
What is a stored procedure transformation?
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
Define pmcmd command?
How to create Target definition for flat files?
What is a predefined event?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.