Answer Posted / vipin kumar (m.c.a)
For calling both have the different method--
To call function
variablename:=functionname(arguments);
To call procedure
procedurename(argumentlist);
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is oracle sql called?
How can we store rows in PL/SQL using array?
Explain some predefined exceptions.
What are the indexing methods?
How does a self join work?
What is sql character function?
How do you write a subquery?
what is the functionality of the function htmlentities? : Sql dba
Which operator is used in query for pattern matching?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
what is a table in a database ? : Sql dba
How do temporal tables work?
Why stored procedure is better than query?
how can we know the count/number of elements of an array? : Sql dba