PostgreSQL - PL/pgSQL Fundamentals
You want to declare two variables
a and b as integers, assign a the value 4, and then assign b the value of a multiplied by 3. Which of the following PL/pgSQL code snippets correctly does this?