Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the parameter mode that can be passed to a procedure?
Home
Oracle
What is the parameter mode that can be passed to a procedure?
0
votes
asked
Jan 19
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
by
AdilsonLima
IN, OUT and INOUT are the modes of parameters that can be passed to a procedure.
...