How to retrieve data from an cursor to a record?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between primary key & foreign key?
57 Answers CTS, Infosys, La Multi, Sparsh, Wipro,
How to create DSN..Explain?
2 Answers Accenture, BeBo Technologies, Infosys,
What is the difference between a primary key & a unique key?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
> 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 Hash Index?
How to create a temporary table in oracle?
What is a synonym? What are its various types?
Explain the types of exception?
How to start a specific oracle instance?
What are the attributes that are found in a cursor?
what is the syntax of ALTER command?