Computer Science, asked by Mahinpatla7777, 1 year ago

Define query in the context of database.

Answers

Answered by Gamerpaarth
3

Answer:

A query is (usually) just a plain text request sent to a database to retrieve data from it. There are standards, such as the Standard Query Language (SQL), that many of the relational databases use, such as SQL Server, MySQL, Oracle, etc.

Explanation:

given above

:D

Answered by ykydhnbad
0

Explanation:

query is a request for data or information from a database table or combination of tables. This data may be generated as results returned by Structured Query Language (SQL) or as pictorials, graphs or complex results, e.g., trend analyses from data-mining

Similar questions