Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which linux is easiest to use?

465


Is hashset ordered java?

576


what are the production issues in datastage?

9719


What are the key milestones in our history?

705


How do I maximize seo in wordpress?

109






Explain about configuration?

697


What is an explicit wait in selenium?

515


PLEASE SEND FAQ FOR NETWORK ADMINISTRATOR

1530


Which is the best suitable language among python and r for text analytics?

98


why you don not show protection and type of isolation in key single line diagram?

1468


How do you bind variables?

512


You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?

497


What do bd50 t-code stand for?

543


> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

1552


What do you mean by authentication?

509