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 dbms? : Sql dba
Explain the methods used to protect source code of pl/sql.
What is scalar function?
What are the rules to be applied to nulls whilst doing comparisons?
How do you optimize a stored procedure query?
tell us something about heap tables. : Sql dba
What is rename in sql?
Explain the purpose of %type and %rowtype data types?
what are the 'mysql' command line options? : Sql dba
What if we write return in procedure?
How do you update a value in sql?
how to enter characters as hex numbers? : Sql dba
What is the difference between numeric and autonumber?
Can you join views in sql?
What is recursive join in sql?