43.0k views
4 votes
A(n) _____ is a request for the database management software to search the database for data that match criteria specified by the user.

a. appeal
b. query
c. plea
d. frequency

User Jimm Chen
by
7.3k points

2 Answers

6 votes
A query, specifically a select statement.
User Livia
by
7.6k points
2 votes

Answer:

b. query

Step-by-step explanation:

Speaking of a database, a query can simply be an inquiring command, adding or altering tables from a database, for example:

SELECT NAME, LAST NAME FROM USERS WHERE ID = '' 55.555.555-55 ''

This query would return the NAME and SURNAME from the USERS table, from the record that has ID 55.555.555-55 '

Unlike jQuery, which is a JavaScript library used for front end development.

User Scgough
by
7.9k points