asked 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

2 Answers

6 votes
A query, specifically a select statement.
answered
User Livia
by
8.4k 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.

answered
User Scgough
by
8.5k points