SELECT SQL Statement
SELECT * | <column_name_list FROM table WHERE <condition_list>
Used to query the database. Condition_list can contain any number of comparisons separated by AND or OR operators. The comparisons need not be equivalences (that is, <, >, <=, etc. are valid).