SQL Select Query.
-
The SELECT statement in SQL is used to fetch or retrieve data from a database.
-
It allows users to access the data and retrieve specific data based on specific conditions.
-
The syntax is -
SELECT column1, column2, column3.. FROM table_name