> 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?
What is dependency injection in ejb?
How to remove the directory in unix?
How do I sum rows in excel based on cell value?
What is corporate assesses?
can we use commit,rollback in triggers and how?
What is Drupal content type?
how to calculate regulation constants for over head lines? and what are the regulation constant for raccoon conductor at different voltage level and different P.F?
What is normal jit?
What do struts do?
What is csrf_field () in laravel?
What is RSSP in GSM???????
What is the use of @requestbody annotation in spring?
What’s the use AWS redshift cluster Service?
What is geographical information in the sap bw?