Explain what is etl process? How many steps etl contains explain with example?
No Answer is Posted For this Question
Be the First to Post Answer
without using ETL tool can u prepare a Data warehousing and maintaining?
Explain about round-robi?
what is a test load?
Eliminating of duplicate records without using dynamic lookups
what are the production issues in datastage?
How can we handle Rejection Logic in Source tables while we are matching the data in Target side in ETL Testing ?
what is dynamic insert?
how do use session mapping parameters ?(in which transformation)
Hi can anyone write query for the below input and output Table 1 col 1 100 Null 200 300 Table 2 col1 Null 400 700 800 o/p 200 700 800 2)sql col 1 contains 23x-5-45 26x-12-45 28x-10-50 o/p middlevalue should be greater than 10
what happens if the info.server doesn't find the session parameter in the parameter file?
A mapping contains source table S_Time(stat_year,end_year) target table TIM_DIM(date,day,month,year,quarter) stored procedure transformation: A procedure has two parameters I_end_year and output parameter as O_date ,day , month, year, quarter, If this session is running, how many rows will be available in the target and why?
CAN ANY ONE SEND ME THE CODE FOR THE BELOW 1).REMOVE '_' FROM TELE PHONE "323-237-2323" AND SHOULD DISPLAY OUT PUT AS "323237232" 2). NEED TO ONLY "COMPANY.COM" FROM EMAIL FILED "TEST@COMPANY.COM"