Constant Number « PL SQL « Oracle PL / SQL






1.Declare initialized constant number
2.Change constant number
3.you must initialize the constant at the time of declaration
4.declare number constant uninitialized
5.This script demonstrates constants