317,225 views
15 votes
15 votes
Which term describes a request for data that meet specified criteria from a database table or a combination of tables?

User Joeriks
by
3.0k points

2 Answers

25 votes
25 votes

Final answer:

The term is query. A query is a command used to retrieve specific information from a database based on specified criteria.

Step-by-step explanation:

The term that describes a request for data that meet specified criteria from a database table or a combination of tables is query. A query is a command used to retrieve specific information from a database. It allows users to search for data based on certain conditions or criteria.

For example, in a database of student records, you might use a query to find all students who have a grade higher than 90. The query would specify the criteria (grade > 90) and the database would return the relevant student records that meet that criteria.

Queries are an essential part of working with databases and are used in various fields such as data analysis, research, and information retrieval.

User Marcelm
by
3.0k points
21 votes
21 votes

Answer:

Query

Step-by-step explanation:

In a database, a query is a request for information that is stored in the database. Queries are typically written in a special language called a query language, which allows users to specify the criteria for the data they want to retrieve. The database then uses the query to search its records and return the data that matches the criteria specified in the query.

User Prakash Raman
by
2.7k points