Give the structure of the function ?
Answers were Sorted based on User's Feedback
Answer / kiran
CREATE [OR REPLACE] FUNCTION function_name
[(parameter_name [IN | OUT | IN OUT] type [, ...])]
RETURN return_datatype
{IS | AS}
BEGIN
< function_body >
Return value()
END [function_name];
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tulsi
FUNCTION name (argument list .....) Return datatype is
local variable declarations
Begin
executable statements
Exception
execution handlers
End;
Is This Answer Correct ? | 2 Yes | 2 No |
How does one load ebcdic data? : aql loader
What are wait events. Describe the wait event tables.
What is sql and explain its components?
What is full join in sql?
What is a natural join sql?
How do I run pl sql in sql developer?
What is foreign key in sql with example?
What is the maximum number of columns in sql table?
How to read xml file in oracle pl sql?
What are the commands used in sql?
Can we insert data into materialized view?
What type of database is cloud sql?