PostgreSQL - PL/pgSQL Fundamentals
You want to declare two integer variables
x and y, assign 15 to x and 30 to y, then swap their values inside a PL/pgSQL block. Which code snippet correctly performs this swap?