PostgreSQL - PL/pgSQL Fundamentals
You want to write a PostgreSQL
FOR loop that iterates over all rows in a table employees and prints each employee's name. Which code snippet correctly does this?