Asked by sanyam chawla on Jun 27, 2024

verifed

Verified

A ________ displays a subset of data from a table (or tables) based on the specified criteria.

A) table query
B) join query
C) select query
D) criteria query

Table Query

A request for data from a database table, which can specify criteria for selection of specific records.

Join Query

A query used to extract data that’s in two or more tables in a database.

Select Query

In Structured Query Language, displays a subset of data from a table (or tables) based on the criteria specified.

  • Recognize the significance of data queries in managing and retrieving data.
verifed

Verified Answer

DH
DAYANA HURTADOJul 01, 2024
Final Answer :
C
Explanation :
A select query is used to display a subset of data from a table (or tables) based on the specified criteria.