Post New Hospitality Tourism Hotel AllOther Interview Questions
Can you explain cognos tm1?
How to compress mapper output in Hadoop?
Is iis secure?
What is jms mean?
Explain which function in c can be used to append a string to another string?
What is projection in mongodb?
What is starvation?
List the different types of c tokens?
What is the difference between Data Warehousing and Data Mining?
What is the difference between struts1 and struts2?
How do I open the startup folder?
What are the different types of markets that can be developed to increase the sale?
List the applications of queues?
> 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 is External Quality Assurance (EQA) and Final Inspection (FI)?