Answer Posted / hitendra yadav
We can return multiple records from procedure through
using reference cursor variable as out parameter of
procedure.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What's the procedure?
What is %rowtype in pl sql?
what is index? : Sql dba
How to pronounce postgresql?
What is meant by cursor in sql?
What is the difference between Union and Union all. Which is faster.
What are the rules to be applied to nulls whilst doing comparisons?
Can a foreign key have a different name?
What is t sql in sql server?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
How do I edit a stored procedure?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
define sql insert statement ? : Sql dba
What are expressions?
Can we debug stored procedure?