Which SQL command is used to retrieve data from a database table?
Q1. Which SQL command is used to retrieve data from a database table?
Answer: SELECT
Explanation: SELECT command is used to retrieve data from a database table, allowing you to specify the columns and rows to be retrieved.