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 advantages of sql?
what is a constraint? Tell me about its various levels. : Sql dba
how to delete an existing column in a table? : Sql dba
what are the differences between require and include, include_once and require_once? : Sql dba
when is the use of update_statistics command? : Sql dba
Can one improve the performance of sql*loader? : aql loader
How do I run a sql script?
What are pl sql data types?
How do I view output in sql developer?
Is mariadb a nosql database?
What are views in sql?
How many developers work on postgresql?
What are the advantages of pl sql?
what are the t string functions available in tsql? : Transact sql
Can primary key be changed?