Which command is used to retrieve data from a database? a) INSERT
b) SELECT
c) DELETE
d) UPDATE
Which command is used to retrieve data from a database? a) INSERT
b) SELECT
c) DELETE
d) UPDATE
The correct answer is b) SELECT.
The SELECT command is used in SQL (Structured Query Language) to retrieve data from a database. When you use SELECT, you can specify which columns you want to see and from which table you want to pull the data. For example, `SELECT * FROM employees;` retrieves all data from the employees table.
If you have further questions or need more detailed assistance, don’t hesitate to check the extended services page!