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 the fundamental SQL command used to retrieve and extract data from database tables. It allows you to specify which columns and rows you want to retrieve. Options A, B, and D are not valid SQL statements for data retrieval.