Which SQL command is used to retrieve data from a database?
Q1. Which SQL command is used to retrieve data from a database?
Answer: SELECT
Explanation: The SELECT statement is used to retrieve data from a database, specifying the columns and rows to be retrieved.