Which of the following SQL commands is used to retrieve data from a database…
2024
Which of the following SQL commands is used to retrieve data from a database in a RDBMS ?
- A.
INSERT
- B.
UPDATE
- C.
SELECT
- D.
DELETE
Attempted by 159 students.
Show answer & explanation
Correct answer: C
The SQL command used to retrieve data from a database in an RDBMS is SELECT.