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 |
..........refers to the disk mirroring
How toimport .dmp file in lower version of oracle from higher version ?
What are inner and outer joins examples of both?
how to check myisam tables for errors? : Sql dba
Name some usages of database trigger?
Explain UNION,MINUS,UNION ALL, INTERSECT?
how can we destroy the cookie? : Sql dba
What is database migration?
query to retrive the employees whose sal is greater than avg sal
What is nvarchar max in sql?
How packaged procedures and functions are called from the following?
Is there any restriction on the use of union in embedded sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)