What is JVM and is it platform independent?
Explain about analysis services?
Hi, I have following result of IELTS Speaking 6, Writing 5, Listening 5, Reading 5, Total 5.5 what do you say i will got Student visa for Germany or not?
What are basic methods of dataadapter?
What is visibility mode?
Explain the strategy for testing a Java application?
What is the difference between shocks and struts?
How do I restrict a user or domain from sending mail to my users?
what specific skill would be regard by the manager at all label?
If you do personalization at both FUNCTION level and Responsibility level, which personalization has higher precedence?
What is the difference between echo print and print_r in php?
What is error ora-01000: maximum open cursors exceeded
What is l-value and r-value in go?
> 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?
question related to table havi colspan and row span