What are the modes of parameters that can be passed to a
procedure ?
Answer Posted / suman
IN- The parameter can be referenced by the procedure or
function. The value of the parameter can not be overwritten
by the procedure or function.
OUT- The parameter cannot be referenced by the procedure or
function. The value of the parameter can be overwritten by
the procedure or function.
INOUT- The parameter can be referenced by the procedure or
function. The value of the parameter can be overwritten by
the procedure or function.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is snowflake sql?
What can you do with pl sql?
What are the operators used in select statements?
What is java sql drivermanager?
How do I order columns in sql?
How do you change a value in sql?
What are different joins used in sql?
Write a sql select query that only returns each name only once from a table?
How to select unique records from a table?
What is procedure explain with example?
discuss about myisam key cache. : Sql dba
What is set serveroutput on?
what is a control file ? : Sql dba
Explain what is sql*plus?
Is sqlite free?