Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / PL SQL Programming
 

Variables and Types

Variables declared within the DECLARE section of a PL/SQL block may only be referenced within that block. A variable declaration has both a name and a type. For example, the width variable was declared as: width INTEGER;