Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Which commands requires "END"?

garbuyaApr 12 2010 — edited Apr 15 2010
I'm trying to make a list of all PL/SQL and QRACLE commands which should ends with END

So far can only recall a few of it:

PACKAGE - END
PACKAGE BODY - END
BEGIN - END
CASE - END
CURSOR - END
IF - END
FOR & WHILE LOOP - END
FUNCTION - END
PROCEDURE - END

Anything else?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2010
Added on Apr 12 2010
5 comments
896 views