SQL - Stored Procedures and Functions
You want to create a procedure that swaps two integer values using
INOUT parameters a and b. Which of the following procedure bodies correctly swaps the values?