What Are In And Out Parameters In Stored Procedure?

What Are In And Out Parameters In Stored Procedure? An input/output parameter is a parameter that functions as an IN or an OUT parameter or both. The value of the IN/OUT parameter is passed into the stored procedure/function and a new value can be assigned to the parameter and passed out of the module. An