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
Why self join is used in sql?
Can we delete column in sql?
What is data control language (dcl)?
What is the life of an sql statement?
When is the update_statistics command used?
How do you pronounce sql?
which tcp/ip port does sql server run on? : Sql dba
how to use myisamchk to check or repair myisam tables? : Sql dba
Is sql developer case sensitive?
What are the types of functions in sql?
What is lookup table in sql?
what are the different tables present in mysql? : Sql dba
what is union? : Sql dba
how to analyze tables with 'mysqlcheck'? : Sql dba
What are the topics in pl sql?