SELECT [columns] FROM [table] SELECT * to select all colums
SELECT [columns] FROM [table]
SELECT *
Can also select multiple things with commas.