90.2k views
5 votes
A simple query

retrieves data from one table in a database.
can search only a few records.
sorts records but cannot group them by category.
can be used to answer any simple question about a set of data.

2 Answers

5 votes

Answer:

Retrieves data from one table in a database.

Step-by-step explanation:

A simple query helps you to search using one parameter to find information in a database. A simple query can use all the fields or just the necessary ones according to the infomration required but using one parameter. According to this, the answer is that a simple query retrieves data from one table in a database.

User Jeff Cook
by
7.9k points
6 votes
The correct answer is retrieves data from one table in a database. A simple query retrieves data from only one table based on the conditions that you define. This is the defining feature of the simple query. It does not retrieve data from more than one table. 
User David Avendasora
by
8.5k points