How to test for null values?
How many maximum record format a logical file have?
What is the purpose of '@keyproperty'?
What is microsoft ole db provider for sql server?
sir,in our plant we r using SATEC PM172E power reading meeters in HT panel side it is monitoring the MB data smart viewer(sever).but last one week we did not get readings inthe server only available in meeter.tell me how communicate meter and server. and also what steps we take for checking.
why does the datapower appliance convert my utf-8 characters to encoding?
Explain the uses of a database trigger?
Describe in detail about the Freezing and thawing primary lymphocytes ?
Explain the different kinds of frameworks in automation?
Explain additional actions.
> 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 a batch?
Are cookies client side or server side?
What type of errors can be occurred in php?
What is the synonym of framework?