To select one column with SQL, you have to indicate the name of the column after the SELECT keyword and indicate the table name with the FROM keyword.
SELECT column_name FROM table_name