what r the propertes of workflow? and write quary to select
dept more ten employess in dept.?
Answers were Sorted based on User's Feedback
Answer / srikanth
select count (*), deptno from emp group by deptno having
count(*)>10;
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
1.Work flow is used to start up the session on Informatica
server.
2.It is used to schedule the session on Informatica server
at specified date and time.
select * from emp where deptno=(
| Is This Answer Correct ? | 1 Yes | 1 No |
"Change cache" in Informatica ?
What does role playing dimension mean?
Implementation methodology
Parameter and variable differences
in performance wise union is past,union all is past
what is the look up transformation?
Hi,tell me the system testing and Integration Testing in the Informatica ? Thank You
what is runtime variable?
We can achieve better perfomance using sorter before an aggragator. Then what is the significance of 'Sorted Input' check in aggregator ?? Please let me know the difference ??
Explain incremental aggregation in informatica
In aggregator transformation, I sort the data before aggregator and select sorted port but still I’m getting an error. What is that error?
WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?