SELECT is the SQL statement used for data retrieval - it queries and returns data from database tables. Insert adds new data, Create defines structures, Delete removes data, Grant gives permissions, and Commit saves transactions - none of these are primarily for retrieval.