What are the modes of parameters that can be passed to a
procedure ?
Answer Posted / gireesh.p.v
the modes of parameters passing are 3 type
1) IN
2) OUT
3) INOUT
COMTACT ME gireesh.p.v@gmail.com
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is sqlcommand?
What is a sql instance vs database?
explain primary keys and auto increment fields in mysql : sql dba
What is difference between hql and sql?
Can we edit a view in sql?
What are all the ddl commands?
Explain the significance of the & and && operators in pl sql.
What is the difference between a procedure and a function?
differentiate between float and double. : Sql dba
What is data types in sql?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
What are analytic functions in sql?
What is thread join () in threading?
What is synonyms?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba