About 22,600 results
Open links in new tab
  1. Functions vs procedures in Oracle - Stack Overflow

    Oct 23, 2015 · What is the main difference between functions and procedures in Oracle? Why must I use procedures if I can do everything with functions? If I cannot call procedure in sql …

  2. Difference between Function and Procedure - GeeksforGeeks

    Aug 1, 2022 · In this article, we will see the difference between Function and Procedure. The function is one of the fundamental thoughts in computer programming. It is used to calculate …

  3. Difference between Procedure and function(at least 5 ... - Oracle

    Jun 11, 2018 · - a function takes a set of inputs, and *derives* something based on those inputs. So typically it would not *alter* the state of anything, it merely comes up with a new value. It …

  4. What is the difference between function and procedure in …

    Apr 21, 2009 · The following are the major differences between procedure and function, Procedure is named PL/SQL block which performs one or more tasks. where function is …

  5. Difference between Function and Procedure in Oracle

    Functions and procedures are both subprograms of oracle. The main point of difference which lies between them is that function always returns a value, but procedure may not.

  6. Difference between an Oracle function and Procedure

    A procedure is a set of PL/SQL commands stored in the database with a name. A procedure is similar to a function because both are stored in the database. A procedure, however, is more …

  7. Oracle SQL : Difference between procedures and functions

    Jan 8, 2024 · Two key components that contribute to the versatility and efficiency of Oracle SQL are procedures and functions. In this article, we’ll explore their definitions, differences, and …

  8. Oracle PL/SQL Stored Procedure & Functions with Examples

    Jun 28, 2024 · Procedures and Functions are the subprograms which can be created and saved in the database as database objects. They can be called or referred inside the other blocks …

  9. 5 Using Procedures, Functions, and Packages - Oracle

    A function is a subprogram that computes and returns a value. Functions and procedures are structured alike, except that functions return a value. See "Using the PL/SQL Block Structure". …

  10. differences between function and procedures in oracle

    Feb 8, 2023 · You'd choose function when there's something you want to return to caller. Use a procedure when you want to process something. Functions - as you said - can be used in a …

  11. Some results have been removed
Refresh