Give the structure of the function?
Submitted by: AdministratorFUNCTION name (argument list .....) Return datatype is
local variable declarations
Begin
executable statements
Exception
execution handlers
End;
Submitted by: Administrator
local variable declarations
Begin
executable statements
Exception
execution handlers
End;
Submitted by: Administrator
CREATE OR REPLACE FUNCTION FUNCTION_NAME(PARAMETERS)
RETURN RETURN_TYPE;
IS
DECLARATION_SECTION
BEGIN
EXECUTION_SECTION
RETURN RETURN_VARIABLE;
EXCEPTION
EXECUTION_SECTION
RETURN RETURN_VARIABLE;
END;
Submitted by: Suraj
RETURN RETURN_TYPE;
IS
DECLARATION_SECTION
BEGIN
EXECUTION_SECTION
RETURN RETURN_VARIABLE;
EXCEPTION
EXECUTION_SECTION
RETURN RETURN_VARIABLE;
END;
Submitted by: Suraj
Read Online Oracle PL-SQL Job Interview Questions And Answers
Top Oracle PL-SQL Questions
☺ | Explian rowid, rownum?what are the psoducolumns we have? |
☺ | what is the starting oracle error number? |
☺ | What is difference b/w stored procedures and application procedures, stored function and application function? |
☺ | In a Distributed Database System Can we execute two queries simultaneously? Justify? |
☺ | Name the tables where characteristics of Package, procedure and functions are stored? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |