Query
From Enipedia
A query is a request sent to the database. Queries are written in a query language that the database server understands. Usually a query involves SELECTION of data, manipulation (FILTERING, SORTING, CALCULATION) upon the selection, and finally RENDERING the results, in a table, graphical representation etc.