• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

CREATEFUNCTIONSPLSQL

Creating Functions in Oracle PLSQL

December 10, 2012 by techhoneyadmin

Oracle PLSQL function is a named block which can return a value. Oracle PLSQL allows us to create functions to meet various business needs. PLSQL functions are also called as subroutines or subprograms. Oracle PLSQL syntax to create a function is: CREATE [OR REPLACE] FUNCTION function_name [( parameter_1 [IN] [OUT] parameter_data_type_1, parameter_2 [IN] [OUT] parameter_data_type_2,… […]

Filed Under: plsql Tagged With: CREATEFUNCTIONSPLSQL, Creating function in oracle PLSQL, how to create function in oracle PLSQL, Oracle PLSQL Functions

Copyright © 2023 · Parallax Pro on Genesis Framework · WordPress · Log in