Data → Data Foundations
Query Language
A domain-specific language for selecting, filtering, transforming, or describing data requests.
Query Language
A query language expresses requests over data or structured information. It usually emphasizes what result is wanted rather than the exact control flow used to compute it.
SQL and GraphQL are prominent examples, but their domains and execution models differ substantially.