The _______ statement in SQL is used to retrieve data from a database.

  • DELETE
  • INSERT
  • SELECT
  • UPDATE
The SELECT statement in SQL is used to retrieve data from a database. It allows you to specify the columns you want to retrieve and the conditions for selecting specific rows. This statement is fundamental for querying and extracting information from a database.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *