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 is the difference between rename and alias?
Why we use joins in sql?
Where is sql database stored?
How many sql databases can you have on one server?
Is sql workbench free?
Write a query to find the names of users that begin with "um" in sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
How do I run sql profiler?
Describe different types of general function used in sql?
How can you save or place your msg in a table?
What is sql procedures and functions?
Explain the rollback statement?
What is the use of sqldataadapter?
What is natural join in sql?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?