Answer Posted / neel armstrong
Stored procedure will return the values based on the OUT
parameters
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Why do we need unique key in a table?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
What is dbo in sql?
what is a cursor? : Sql dba
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
Enlist the characteristics of pl/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
What is compilation error in pl sql?
Why we use stored procedure instead of query?
How can I change database name in sql?
How to create your own reports in sql developer?
What is int identity in sql?
How do rank () and dense_rank () differ?
What is assignment operator in pl sql?
Does sql use python?