Skip to content

Opening book details…

About this document

SQL Procedures vs Functions Explained by Sai Krishna is a document available to read on EtoBox.

Procedures and functions are named PL/SQL blocks that perform specific tasks. The main difference is that functions must return a value while procedures do not have to. Both can pass parameters, but only functions can be called from SQL statements. Procedures allow DML statements and exception handling while functions cannot.

Author
Sai Krishna
Language
EN