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
Are pl sql variables case sensitive?
How can we implement rollback or commit statement in a trigger?
Why sql query is slow?
what is sql profiler? : Sql dba
What is the maximum number of triggers, you can apply on a single table?
What are the types of records?
What is difference between left and right outer join?
What is sql query limit?
Is sql easier than java?
how to rename an existing table in mysql? : Sql dba
What is field delimiter?
What is the use of sqlerrd 3?
How can you fetch first 5 characters of the string?
Why plvtab is considered as the easiest way to access the pl/sql table?
how to calculate expressions with sql statements? : Sql dba