What do you mean by cdb and pdb in oracle 12c?
Define the services that uddi provides to web applications?
What are httphandlers and httpmodules and difference between them?
What is extreme programming and what has it got to do with testing?
What is dao and pojo?
How does sumif work excel?
Do you know concepts and capabilities of sql server?
What is the driver class?
What is the importance of doctype in html?
How can you create a macro variable with in data step? : sas-macro
> 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?
working principles of cf lamp,incandescentlamp and f lamp?
How many types of parameters are available in quicktest professional?
How do I compare two columns in excel?
Explain about block scope in c?