Query

Noun · Verb · Development

Definitions

  1. A request for data from a database or search engine, typically expressed in a structured language like SQL, GraphQL, or a search DSL. As a verb, to query means to interrogate a data source. The difference between a good and bad query can be milliseconds versus minutes.

    In plain English: A question you ask a database — 'show me all users who signed up this month' — written in a special language the database understands.

    Example: "The query joined six tables, had three subqueries, and returned in 12 milliseconds. The DBA wept with pride."

Related Terms