Which statement is used to retrieve data from a database in SQL?

2025

Which statement is used to retrieve data from a database in SQL?

  1. A.

    SELECT

  2. B.

    UPDATE

  3. C.

    DELETE

  4. D.

    INSERT

Attempted by 1473 students.

Show answer & explanation

Correct answer: A

In SQL, different statements are used for different operations on a database. The SELECT statement is specifically designed to retrieve data from one or more tables. It allows you to specify which columns and rows to fetch, often using conditions like WHERE. This makes it the correct choice for retrieving data. The UPDATE statement modifies existing records in a table. It is used to change data, not to retrieve it. The DELETE statement removes records from a table, so it is not used for retrieval. The INSERT statement adds new records to a table, which is also not retrieval.

Explore the full course: Bpsc