how can find maximum salary by using Remove duplicate stage?
Answer Posted / akila
In case an explicit sort stage is used like inteh reply
above, the sort will be done on emp_id(key field) and the
salary. But remove duplicate will be done only on emp_id. I
guess that this might result in a warning like 'sort and
remove duplicates keys do not match'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to Remove Duplicate using SQL?
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?
Explain the importance of surrogate key in data warehousing?
What are the functionalities of link partitioner and link collector?
table actions available in oracle connector?
What are datastage sequences?
What is the use of hoursfromtime() function in transformer stage in datastage?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
What is a folder? Difference types of stages?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
Where do you see different stages in the designer?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?