Query

A query is a formal statement requesting the retrieval of specific information from a database. It's typically composed in a specialized language like SQL (Structured Query Language). Queries help filter, sort, and display data in a multitude of arrangements.

For example, a database storing information about books could be queried to show only books written by a specific author or published in a certain year.