To select all the columns with SQL, you have to use the star character * after the SELECT keyword and indicate the table name with the FROM keyword.
SELECT * FROM table_name