Javatpoint Logo

91-9990449935

 0120-4256464

SQL SELECT Database

SQL select statement is used to query or retrieve data from a table in the database. It is the most commonly used statement in SQL command.

If you want to retrieve information from specified column or all columns from a table, use SQL SELECT query.

The basic syntax of SQL SELECT statement is given below:

The example of select statement is given below:

Next TopicSql TABLE