Sunday, July 27, 2008
Variable In PL/SQL
Declaration:
VarName DataType;
Use:
VarName:=Value;
Example:
X number;
X:=10;
Declare with Initial Value:
X number:=10;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment