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

Why we use ENABLE HIGH PRECISION in session properties?

2 Answers   Cognizant,


Can anyone give some input on "Additional Concurrent Pipelines for Lookup Cache Creation" ? I know that this property is used to build caches in a mapping concurently. But which values should I set into this ( i.e. 1 or 2 or 3 or something else ) for concurrent cache building ?

1 Answers   Wipro,


waht is dataware house

2 Answers  


how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?

5 Answers   DELL,


What is session task and command task?

0 Answers  






How we will implement Pushdown Optimization and Types in Informatica with better examples

4 Answers   TCS,


Which is the best place to learn Informatica Powercenter Online Training?

1 Answers  


What is a stored procedure transformation?

0 Answers  


SOURECE Name id dept sal 1 a1 A 100 2 b1 B 200 3 c1 C 300 4 d1 D 400 TARGET: Name id dept sal 1 a1 A 100 2 b1 B 200 3 WER1 567 300 4 d1 D 400 I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5 STEPS ABOVE TABLE?

1 Answers   IBM,


how can u approach u r client

2 Answers   CTS,


What are the different threads in DTM process?

2 Answers  


hi guys..iam a QA person ..what is ETL TESTING... what is the process of ETL testing... ETLTESTER needs etl devolopment knowledge or not? pls suggest ur valuable decision

2 Answers  


Categories