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



what r the propertes of workflow? and write quary to select dept more ten employess in dept.?..

Answer / srikanth

select count (*), deptno from emp group by deptno having
count(*)>10;

Is This Answer Correct ?    2 Yes 0 No

what r the propertes of workflow? and write quary to select dept more ten employess in dept.?..

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

Post New Answer

More Informatica Interview Questions

can we use mapplet as starting n ending object in mapping

2 Answers   TCS,


How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")

4 Answers  


Session S1, S2, and S3. In the session S3 I want to load every Saturday. How it is possible?

2 Answers   TCS,


what are the real time problems generally come up while doing or running mapping or any transformation?

2 Answers  


What is fact table? Explain the different kinds of facts.

0 Answers  






write a query to get maximum salary from the employers table without duplicates....kindly help me

5 Answers   CTS,


Why we use ENABLE HIGH PRECISION in session properties?

2 Answers   Cognizant,


suppose my source is 101 a 1o1 b 101 c 101 d i want target like that 101 abcd how will u achive this please give me the answer

1 Answers   TCS,


How can we use mapping variables in informatica?

0 Answers  


Explain the informatica workflow?

0 Answers  


What are the mapings that we use for slowly changing dimension table?

2 Answers  


what is mapping parameter and mapping variables

1 Answers   BirlaSoft,


Categories