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
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Is sql a programming?
Why are cursors used?
How many sql databases can you have on one server?
What is int identity in sql?
What is trigger in pl sql with examples?
What do you understand by case manipulation functions?
What are the steps for performance tuning.
What are the benefits of triggers?
How do I run a sql query in pgadmin 4?
what are the differences between binary and varbinary? : Sql dba
How do I install sql?
What is nvarchar max in sql?
what are different types of collation sensitivity? : Sql dba
List and explain the different types of join clauses supported in ansi-standard sql?