Question: What SQL command is used to retrieve data from a database?
Options:
Correct Answer: SELECT
Solution:
The SELECT command is used to retrieve data from a database in SQL.