How to Remove Duplicate using SQL?
No Answer is Posted For this Question
Be the First to Post Answer
souce file having the columns like name company krish IBM pooja TCS nandini WIPRO krish IBM pooja TCS if first row will be repeat i want the result like this name company count krish IBM 1 pooja TCS 1 nandini WIPRO 1 krish IBM 2 pooja TCS 2
Enlist various types of routines in datastage.
what is mapping lookup
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
how to load meta data
on how many columns we can perform aggregation in the Aggregator stage?
What are the types of views in datastage director?
What are routines in datastage?
j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do this using sequencer? 2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the difference between datastage 6,7.1 and datasttage 7.5? 4).How to do error handling in datastage? 5)3.Whta is unit testing, system testing and integration testing? 6)What is the Exact difference between BASIC Transformer and NORMAL Transformer?When we will go for BASIC Or NORMAL Transformer 7)why we use third party tools in datastage? 8)What is the purpose of Debugging stages? In real time Where we will use?
6 Answers CTS, HCL, IBM, Wipro,
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
Can aggregator and transformer stages use to sort the data? How ?