What are the modes of parameters that can be passed to a
procedure ?
Answer Posted / gireesh.p.v
the modes of parameters passing are 3 type
1) IN
2) OUT
3) INOUT
COMTACT ME gireesh.p.v@gmail.com
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are different types of tables in sql?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
Define select, insert, create, delete, update, drop keywords
What is sap sql?
Can we use update in sql function?
Why is sql important?
what is the difference between blob and text? : Sql dba
What is the difference between local and global temporary table?
What is tuple in sql?
Name three sql operations that perform a sort.
what is a trigger in mysql? Define different types of trigger. : Sql dba
what is timestamp in mysql? : Sql dba
What is the difference between row level and statement level trigger?
Does varchar need length?
what is try_catch block in procedure