SELECT Statement | Database
Introduction SQL SELECT statement is used to query or retrieve data from a table in the database. A query may retrieve information from specified columns or from all of the columns in the table. SQL commands are not case sensitive. Syntax General syntax of SELECT is SELECT column_list FROM table_name [...]