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 ?
Answer: C. SELECT — The SQL command used to retrieve data from a database in an RDBMS is SELECT.
- A.
INSERT
- B.
UPDATE
- C.
SELECT
- D.
DELETE
Attempted by 737 students.
Show answer & explanation
Correct answer: C
The SQL command used to retrieve data from a database in an RDBMS is SELECT.
Loading lesson…