Multiple choice technology web technology

which is used to extract data from database

  1. select

  2. update

  3. delete

  4. merge

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

The SELECT statement is specifically designed to extract or retrieve data from database tables. UPDATE modifies existing data, DELETE removes data, and MERGE combines operations.