Multiple choice technology databases Which SQL statement is used to extract data from a database? OPEN EXTRACT SELECT GET Reveal answer Fill a bubble to check yourself C Correct answer Explanation The SELECT statement is the standard SQL command used to retrieve or extract data from a database. OPEN, EXTRACT, and GET are not the standard SQL keywords used for querying and retrieving records.