logo
  • About us
  • Services
  • Products
  • Work
  • Contact

Feedback

In Focus

  • Flash XML slideshow
  • Database training

4.1.08. PL/SQL

  • Blocks broken into three parts
    • Declaration
      • Variables declared and initialised
    • Execution
      • Variables manipulated/actioned
    • Exception
      • Error raised and handled during exec

  • DECLARE
        ---declarations
    BEGIN
        ---statements
    EXCEPTION
        ---handlers
    END ;
‹ 4.1.07. PL/SQL overviewup4.1.09. Declaration ›
  • s5 slideshow
 

 

 

Copyright 2007 Lightenna Limited

  • About us
  • Services
  • Products
  • Work
  • Contact