In SQL, the _____ statement is used to extract data from a database.

  • SELECT
  • INSERT
  • UPDATE
  • DELETE
The correct answer is "SELECT." In SQL, the SELECT statement is used to extract data from a database. It allows you to retrieve specific columns or all columns from one or more tables. You can also use various clauses and keywords with the SELECT statement to filter, aggregate, and manipulate the data you retrieve. This statement is fundamental for querying and retrieving data from a database.
Add your answer
Loading...

Leave a comment

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