The SELECT statement is used to select data from one or more tables.:
SELECT column_name(s) FROM table_name
SELECT * FROM table_name