What Is The Function In Sql? Objects in SQL Server are called functions. SQL functions are essentially SQL statements that accept only input parameters, perform actions, and then return the result.
I've got a PL/SQL function that is generating a web page the users can use to manipulate the data in a spreadsheet-like environment.<BR><BR>I need to pass this edited data back to the PL/SQL function ...