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 |
How do I edit a trigger in sql developer?
can we call a procedure into another procedure?If yes means how you can pass the perameters for the two procedures?
Which data dictionary views have the information on the triggers that are available in the database?
What are the three pl sql block types?
Explain what is a view?
What is PL/SQL table ?
What are the ways on commenting in a pl/sql code?
how mysql optimizes distinct? : Sql dba
How many joins in sql?
What are the sql aggregate functions?
What is a mutating table
What are the different operators available in 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)