Answer Posted / gourvendra singh
A procedure a subprogram used to perform a specific action
whereas a function is a subprogram which is used to compute
a value,in procedure we can use parameters(IN,OUT,IN OUT)
but in function we cant
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is natural join in sql?
What are the topics in pl sql?
What does := mean in pl sql?
What are all the different types of indexes?
Which is better varchar or nvarchar?
What is type and rowtype in pl sql?
What is difference between pls_integer and integer?
What are different types of sql?
Why join is faster than subquery?
what is bcp? When is it used?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is cte sql?
can sql servers linked to other servers like oracle? : Sql dba
When you have to use a default "rollback to" savepoint of plvlog?