Multiple choice technology databases

Which SQL statement is used to extract data from a database?

  1. OPEN

  2. EXTRACT

  3. SELECT

  4. 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.