Quizzma Latest Questions

Which command is used to retrieve data from a database?

Which command is used to retrieve data from a database? a) INSERT

b) SELECT

c) DELETE

d) UPDATE




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. 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!

Related Questions