1.

Give The Structure Of The Function ?

Answer»

ANSWER : FUNCTION name (argument LIST .....) RETURN DATATYPE is
local variable declarations
Begin
executable statements
Exception
execution handlers
End;



Discussion

No Comment Found