how do u call in & out parameters for stored procedures?
Answer Posted / sangeetha
<procedure_name>(in_parameter_value,
out_parameter_variable);
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is and as keyword in pl sql?
what is datawarehouse? : Sql dba
Explain ttitle and btitle.
Why is partition used in sql?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
How to call a javascript function from pl sql?
How to order siblings in oracle hierarchy queries?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What is difference between procedure and trigger?
What can sql server reporting services do?
How to select random rows from a table?
What is sqlerrm?
How do I truncate a word?
What are pl/sql cursors?
Can we create a trigger on view?