Variables in plsql
Variable: Variable is the name of reserved memory location. Each variable has a specific data type which determines the range of values and set of operations for that variable. PL/SQL variables naming rules: A variable name can’t contain more than 30 characters. A variable name must start with an ASCII letter followed by any number, … Read more