Multiple choice technology web technology

which is for data retieval

  1. update

  2. select

  3. delete

  4. merge

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

The SELECT statement is used to retrieve data from database tables. UPDATE is for modifying data, DELETE for removing data, and MERGE for conditional operations.