my name is amar i want display 1st line A 2nd line M 3rd line
A 4th line R in database & informatica



my name is amar i want display 1st line A 2nd line M 3rd line A 4th line R in database & infor..

Answer / lajpat kurdiya

SELECT SUBSTR('AMAR',LEVEL,1) AS Name
FROM DUAL
CONNECT BY LEVEL<= LENGTH('AMAR');

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ETL Interview Questions

what is a test load?

3 Answers  


what do u do when DB time takes more?in sap bi

0 Answers  


when will use SQL override in a lookup transformation?

0 Answers  


explain the methodology of Data Warehousing?(Polaries)

0 Answers  


what are the reports created in mm and sd side using sap bw in a project? name some of them and explain the requirement?

0 Answers   Accenture,


What is a lookup table in etl?

0 Answers  


how do u decide whether u need to do aggregations at database level or at Informatica level?

1 Answers  


Give a way in which u can implement a real time scenario where data in a table is changing and u need to look up data from it.How will u configure the look up transform for this purpose?

0 Answers  


When do we use dynamic cache and static cache in connected and unconnected lookup transformations? Difference between stop and abort

0 Answers  


What are the different Lookup methods used in Informatica?

0 Answers  


what is session partitioning?

0 Answers  


what is the difference between normal & bulk loading? and which one is recommended ? why?

2 Answers  


Categories