Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / PL SQL Programming
 

Literals as variable values

Literals are explicit numeric, character, string, or Boolean values not represented by an identifier. Two types of numeric literals exist: Integer literals represent optionally signed numeric values without decimal points. Real literals represent optionally signed whole or fractional numbers with decimal points.