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
What are the string functions in sql?
What is full join?
What is normalization sql?
What is mutating table error?
what are the disadvantages of mysql? : Sql dba
Why do we use joins?
List the various privileges that a user can grant to another user?
Explain the steps needed to create the scheduled job?
What is difference between sql function and stored procedure?
what is the stuff function and how does it differ from the replace function? : Sql dba
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is package in pl sql?
Who developed sql?
What are the indexing methods?