About 3,800,000 results
Open links in new tab
  1. Oracle PL/SQL Stored Procedure & Functions with Examples

    Jun 28, 2024 · In this tutorial, you are going to see the detailed description on how to create and execute the named blocks (procedures and functions). Procedures and Functions are the …

  2. Difference between Function and Procedure - GeeksforGeeks

    Aug 1, 2022 · Procedure; 1. Functions always return a value after the execution of queries. The procedure can return a value using "IN OUT" and "OUT" arguments. 2. In SQL, those …

  3. Stored Procedure and Function in PL/SQL - Studytonight

    A stored procedure and function in PL/SQL both can be defined as a way or method in which SQL and PL/SQL statements are logically written and executed to perform a specific task. In this …

  4. What is the difference between function and procedure in PL/SQL ...

    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. From within SQL*PLUS, a procedure can be executed by using EXECUTE command, followed by the procedure name. EXECUTE procedure_name(parameter1_value, parameter2_value,...); …

  6. Subprograms: PL SQL Procedures And Functions With Examples

    Apr 1, 2025 · This tutorial explains PL SQL Subprograms mainly Procedures & Functions, parameter passing methods, difference between function vs procedure.

  7. PL/SQL Procedures - Online Tutorials Library

    PL/SQL provides two kinds of subprograms −. Functions − These subprograms return a single value; mainly used to compute and return a value. Procedures − These subprograms do not …

  8. Creating Procedures, Functions, and Packages in PL/SQL

    Sep 6, 2022 · In this tutorial, you will see a detailed description of how to create and execute the named blocks (procedures and functions and packages). What is a Procedure? A Procedure …

  9. 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 …

  10. Oracle for Absolute Beginners: Part 6 – Procedures and Functions

    May 7, 2014 · Procedures and functions are named PL/SQL blocks. Having names bestows them with certain advantages: they can be stored within the database, which means they can be …

  11. Some results have been removed
Refresh