For fetching the data from the database, we use select statement in SQL
Syntax:
SELECT * FROM table_name;