> 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?
Can private method static?
What are the properties of analytic view?
What are hypervisors in cloud computing and give their types?
What is radio group?
how to record the full and final settlement of employee (salary payable,other payable,,....) when he leaves the company ? or how to pass the entry for that ?
How do you merge two word documents together?
What is DSCR and how to calculate the same.
Describe about Fusing spleen cells with myeloma cells using PEG ?
Is css faster than xpath?
Hi, Could someone please email me interview questions for SAP CRM? (CIC, WebClient, Application Control Engine (ACE), IPC and Pricing related configuration)
Management can be thought of as a process, a discipline , a human activity and a carrier ? Do you agree?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are php magic methods/functions?
What is CCM in Electrical ? where can we use this material?