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 are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is AUTH_ID and AUTH_USER in pl/sql ?
What is fmtonly in sql?
What are the two types of exceptions.
How do you modify a column in sql?
which operator is used in query for pattern matching? : Sql dba
How do I truncate a sql log file?
How to convert comma separated string to array in pl/sql?
How do I run sql?
How to add a column ‘salary’ to a table employee_details?
What do you mean by stored procedures?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is a temp table?
Define select, insert, create, delete, update, drop keywords
Can we use distinct and group by together?