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
Determine if oracle date is on a weekend?
describe transaction-safe table types in mysql : sql dba
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is a rank in sql?
What is scalar function in sql?
Describe sql comments?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
What sql does db2 use?
what is difference between delete and truncate commands? : Sql dba
what is datawarehouse? : Sql dba
How can you view the errors encountered in a trigger?
What is dbo in sql?
Explain constraints in sql?
What is cursor and why it is required?
What are the two characteristics of a primary key?