A SELECT statement is used to retrieve data from one or more ___________ in a database.

  • Columns
  • Databases
  • Rows
  • Tables
In SQL, the SELECT statement retrieves data from one or more tables in a database. It allows you to specify which columns to retrieve and may include conditions to filter rows. The fundamental purpose of the SELECT statement is to fetch data from the database tables.
Add your answer
Loading...

Leave a comment

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