What is "select"

The SELECT is a command that lets you retrieve data from a database object, such as a table, view and, in some cases, a stored Procedure (some databases allow the creation of procedures that return value). The most basic syntax of the command is:

SELECT <lista_de_campos> 
FROM <nome_da_tabela></nome_da_tabela></lista_de_campos>