Aquery language, also known asdata query language ordatabase query language (DQL), is acomputer language used to make queries indatabases andinformation systems. In database systems, query languages rely on strict theory to retrieve information.[1] A well known example is theStructured Query Language (SQL).
Broadly, query languages can be classified according to whether they aredatabase query languages orinformation retrieval query languages. The difference is that adatabase query language attempts to give factual answers to factual questions, while aninformation retrieval query language attempts to find documents containing information that is relevant to an area of inquiry. Other types of query languages include:
Full-text. The simplest query language is treating all terms as bag of words that are to be matched with the postings in theinverted index and where subsequently ranking models are applied to retrieve the most relevant documents. Only tokens are defined in the CFG. Web search engines often use this approach.
Boolean. A query language that also supports the use of theBoolean operators AND, OR, NOT.
Structured. A language that supports searching within (a combination of) fields when a document is structured and has been indexed using its document structure.
Natural language. A query language that supports natural language by parsing the natural language query to a form that can be best used to retrieve relevant documents, for example withQuestion answering systems orconversational search.
FQL enables you to use aSQL-style interface to query the data exposed by theGraph API. It provides advanced features not available in theGraph API.[3]
Gellish English is a language that can be used for queries in Gellish English Databases, for dialogues (requests and responses) as well as for information modeling andknowledge modeling;[4]
PRQLPRQL (Pipelined Relational Query Language) is a modern language for transforming data. Consists of a curated set of orthogonal transformations, which are combined together to form a pipeline.
PTQL based on relational queries over program traces, allowing programmers to write expressive, declarative queries about program behavior.