Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Difference between Function and Stored Procedure?

Add comment
Views: 68
Votes: 0
Comments: 0
UDF can be used in the SQL statements anywhere in the WHERE/HAVING/SELECT section where as Stored procedures cannot be. UDFs that return tables can be treated as another rowset. This can be used in JOINs with other tables. Inline UDF’s can be thought of as views that take parameters and can be used in JOINs and other Rowset operations.
Others in this Category
document Q: What is an execution plan? When would you use it? How would you view the execution plan?
document What is difference between DELETE & TRUNCATE commands?
document What is B-Tree?
document Q: What is normalization?
document What are the Advantages of using CTE?
document What are different normalization forms?
document What are different types of Collation Sensitivity?
document Q: What is pseudo columns ? Name them?
document Q: What is the difference between Rule based optimization and Cost based optimization in Oracle SQL queries?
document How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
» More articles



RSS