Parameter IN « Stored Procedure Function « Oracle PL / SQL






1.Use 'IN' parameters
2.Define in parameter
3.Column type parameter
4.Demonstrate the behavior of IN, OUT, and IN OUT parameter modes.
5.This procedure will not compile, since it attempts to modify an IN parameter.