Answers

Question and Answer:

  Home  Oracle PL-SQL

⟩ What are the components of a PL/SQL block?

A set of related declarations and procedural statements is called block.

DECLARE -- declaration section BEGIN -- executable statements -- main section EXCEPTION -- handling possible exceptions -- occuring in the main section END;

 159 views

More Questions for you: