SELECT Query
A SELECT query is a type of SQL (Structured Query Language) statement used to retrieve data from a database. It allows you to specify which columns from a table you want to retrieve, and optionally, to apply filters to limit the rows that are returned based on certain criteria.