Which command is used to retrieve data from a database? a) INSERT
b) SELECT
c) DELETE
d) UPDATE
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!