Answer Posted / 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 |
Post New Answer View All Answers
How to connect a sql*plus session to an oracle server?
What is scope of pl sql developer in future?
What is sql lookup?
What is sql stand for?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
Describe types of sql statements?
What is scalar function?
How many sectors are in a partition?
What is before and after trigger?
How can a pl sql block be executed?
how to start mysql server? : Sql dba
How show all rows in sql?
Explain polymorphism in pl/sql.
What are the uses of merge?
What do you understand by exception handling in pl/sql?