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 pl sql variable?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
How much does sql cost?
What is a database? Explain
What is java sql drivermanager?
What is the difference between inner join and natural join?
Is there a 64 bit version of ssms?
What are all ddl commands?
What are records give examples?
Is the primary key an index?
Which is faster subquery or join?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
Explain the uses of control file.
Is left join faster than join?
Why do we need cursor in pl sql?