Use the SELECT statement, followed by name to select the values on the name column.
SELECT
name
Make sure to pick SELECT, followed by name.