Login
Remember
Register
Ask a Question
What is the parameter mode that can be passed to a procedure?
0
votes
asked
Jan 19, 2024
in
Oracle
by
AdilsonLima
What is the parameter mode that can be passed to a procedure?
oracle-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 19, 2024
by
AdilsonLima
IN, OUT and INOUT are the modes of parameters that can be passed to a procedure.
...