what is difference between procedure and function
Answer Posted / shanmukha srinivas
procedure can run in sql block like
begin
sp_procedure_name(input parameters);
end;
function can run in sql block like
select sf_function_name(input paramters)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to link two groups inside a cross products after the cross products group has been created?
What are sql ddl commands?
What is an emotional trigger?
Which join condition can be specified using on clause?
Is postgresql a nosql database?
how can we submit a form without a submit button? : Sql dba
Which one is better subquery or joins?
how would you enter characters as hex numbers? : Sql dba
What is trigger and types?
How many clustered indexes can be created on a table?
What is meant by <> in sql?
what are different types of collation sensitivity? : Sql dba
Explain ddl statements in pl/sql?
how to write date and time literals? : Sql dba
Is sql pronounced sequel or sql?