Multiple choice technology databases

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

  1. OPEN

  2. GET

  3. SELECT

  4. EXTRACT

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The SELECT statement is used to extract or retrieve data from a database. It's the primary query command in SQL that allows you to specify columns and conditions for data retrieval. Options A (OPEN), B (GET), and D (EXTRACT) are not correct SQL statements for querying data.