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 is a view? : Sql dba
What do you mean by stored procedures? How do we use it?
What is sql constant?
Why triggers are used?
What is where clause in sql?
What is sql indexing?
What is a rank in sql?
Is pl sql still used?
what is commit? : Sql dba
how to convert numeric values to character strings? : Sql dba
How to fetch alternate records from a table?
Does access use sql?
What are different types of keys?
What is the cause of mutating table error and how can we solve it?
What is sql server and ase?