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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are dimensions?

577


what is the use of server manager?

1604


What is virtual Data Warehousing?

550


what is Forward,Reverse and Re_engineering?

1766


can Informatica be used as a cleansing tool? If yes, give examples of transformations that can implement a data cleansing routine.

1525






Explain about power designer data modeling software?

465


what is the difference between cardinality and Nullability?

2508


What is a lookup table in etl?

596


What is cube grouping?

563


what is the use of server?

1738


how do u set partition points in the mapping?

2098


1.Identify and discuss the problems which are occurred during data quality verification for the single-source and multi-source problems. 2.Testing has very important role in DWH. In ETL testing phase, how can we perform the integration testing and regression testing? 3.What are the perquisites of system testing and regression testing in ETL phase?

1844


What is partitioning? Explain different types of partitioning?

663


What is a materialized view log?

549


what is the difference steps for data modeling?

1585