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 pl sql in dbms?
what are the differences between binary and varbinary? : Sql dba
how is myisam table stored? : Sql dba
How to run sql statements with oracle sql developer?
What is sql and explain its components?
What is #table in sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
what are all the different normalizations? : Sql dba
Are subqueries better than joins?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
Which version of sql do I have?
What is sqlerrd?
How do I turn a list into a table?
What are user defined functions?
What is exception? What are the types of exceptions?