What happens if we don't write any thing between BEGIN and END in a procedure? If it show error than how can we execute this code error free?

Questions by vardan

Showing Answers 1 - 1 of 1 Answers

RoulRaj

  • May 11th, 2007
 

There should be atleast one statement in between Begin and End.
The Statement may be Null statement also.

Syntax:
declare
begin
null;
end;

Regards
R.K.Roul

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.