How will you display 10-15 letters from a name? (for ex:
name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")

Answers were Sorted based on User's Feedback



How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'rama..

Answer / krishna

by using thie function sbustr(column_name,10,15) in the exp
t/r, u can get the output.

Is This Answer Correct ?    21 Yes 1 No

How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'rama..

Answer / bala

substr(col_name,10,5)

Is This Answer Correct ?    5 Yes 2 No

How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'rama..

Answer / gyana

SUBSTR(COLUMN_NAME,STARTING POSITION(10),NUMBER OF CHARACTER YOU WANT(5));

IT WILL GIVE YOU THE OUT PUT 10TH POSITION TO 15 TH CHARACTER STRING

Is This Answer Correct ?    2 Yes 0 No

How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'rama..

Answer / usha

substrin (sivasubramaniamramakrishnan,11,5)

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Informatica Interview Questions

Explain the flow of data in Iinformatica?

1 Answers  


write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24

2 Answers   HP,


What is performance tuning in informatica. What measures you will take if some thing is taking much time in your process of ETL?

1 Answers   Altisource, Patni,


Difference between task flow and linear task flow

0 Answers  


which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?

6 Answers   IBM,






Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?

0 Answers  


Partition, what happens if the specified key range is shorter and longer

0 Answers   Cap Gemini,


what is meant by data driven.. in which scenario we use that..?

2 Answers   IBM,


Source as 1 1 2 2 3 3 How to get target as 1 2 3 and 1 2 3

3 Answers   CTS,


insallation procedure for power center 8.1.1 especialy domain_config hw to use parameter files

1 Answers  


Explain in detail scd type 2 through mapping.

0 Answers  


Explain dynamic target flat file name generation in informatica

0 Answers   Informatica,


Categories