Multiple choice technology mainframe

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

  1. SELECT

  2. OPEN

  3. GET

  4. EXTRACT

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

SELECT is the fundamental SQL statement for retrieving data from databases. OPEN, GET, and EXTRACT are not standard SQL commands for this purpose.