What is Difference between StoredProcedure and function?
Answer Posted / prabhu karanam
We can use a function in the select query, but Procedure we
can't use in select query. But the function created with out
parameter, we can't use in select statement. Only in
parameter, we can use.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what are the type of locks ? : Sql dba
Why we use joins in sql?
what is the difference between join and union? : Sql dba
what are the performance and scalability characteristics of mysql? : Sql dba
Difference between truncate, delete and drop commands?
What is sql query limit?
What is the difference between alter trigger and drop trigger statements?
Advantages and disadvantages of stored procedure?
What is int identity in sql?
How do I add a database to sql?
What is the use of count (*) in sql?
How do I view an execution plan in sql?
What are pl/sql packages?
what are myisam tables? : Sql dba
What is record type in pl sql?