SQL SELECT STATEMENT:
The SQL SELECT statement allows you to retrieve records from one or more tables in your SQL database.A query may retrieve information from specified columns or from all of the columns in the table.
Syntex:
SELECT * FROM Table_Name;