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
What is difference between ms sql and mysql?
what is the command line end user interface - mysql? : Sql dba
What is difference between function and trigger?
What are the steps for performance tuning.
Why do we need unique key in a table?
How do I add a primary key to a table?
Can a table contain multiple foreign key’s?
how to enter characters as hex numbers? : Sql dba
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
Which one is better subquery or joins?
how to use myisamchk to check or repair myisam tables? : Sql dba
what are the non-standard sql commands supported by 'mysql'? : Sql dba
what is query cache in mysql? : Sql dba
What is prepared statement in sql?
Explain the difference in execution of triggers and stored procedures?