A query, or SQL SELECT statement, selects data from one or more tables or views. The simplest form of query has this syntax: SELECT select_list FROM source_list The select_list specifies the columns ...