what r the propertes of workflow? and write quary to select
dept more ten employess in dept.?
Answer Posted / srikanth
select count (*), deptno from emp group by deptno having
count(*)>10;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain lookup transformation is active in informatica
What are the differences between oltp and olap?
Explian the Process of deployment groups in informatica
How to handle decimal places while importing a flatfile into informatica?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
Explain about Informatica server process that how it works relates to mapping variables?
What is a stored procedure transformation?
What are some examples of informatica etl programs?
Explain the use of aggregator cache file?
Define sessions in informatica etl?
what is mean by complex business rule ?
What are junk dimensions?
How can you generate reports in informatica?
Can we override a native sql query within informatica?
Why update strategy and union transformations are active? Explain with examples.