Query language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted edits by 103.131.9.23 (talk) to last version by Reidgreg
Fix Kusto terminology
Line 41: Line 41:
* [[Jaql]] is a functional data processing and query language most commonly used for JSON query processing;
* [[Jaql]] is a functional data processing and query language most commonly used for JSON query processing;
* [[JSONiq]] is a declarative query language designed for collections of [[JSON]] documents;
* [[JSONiq]] is a declarative query language designed for collections of [[JSON]] documents;
* [[Microsoft Kusto|Kusto]] or KQL, is a query language used in [[Azure Data Explorer]] and the CMPivot tool in [[Microsoft System Center Configuration Manager]]
* [[Kusto Query Language|KQL]] is a query language used in [[Azure Data Explorer|Azure Data Explorer (Kusto)]] and the CMPivot tool in [[Microsoft System Center Configuration Manager]]
* [[LINQ]] query-expressions is a way to query various data sources from [[.NET Framework|.NET]] languages
* [[LINQ]] query-expressions is a way to query various data sources from [[.NET Framework|.NET]] languages
* [[LDAP]] is an [[application protocol]] for querying and modifying [[directory services]] running over [[TCP/IP]];
* [[LDAP]] is an [[application protocol]] for querying and modifying [[directory services]] running over [[TCP/IP]];

Revision as of 09:55, 6 April 2022

Query languages, data query languages or database query languages (DQLs) are computer languages used to make queries in databases and information systems. A well known example is the Structured Query Language (SQL).

Types

Broadly, query languages can be classified according to whether they are database query languages or information retrieval query languages. The difference is that a database query language attempts to give factual answers to factual questions, while an information retrieval query language attempts to find documents containing information that is relevant to an area of inquiry.

Examples

See also

References

  1. ^ Norbert E. Fuchs; Kaarel Kaljurand; Gerold Schneider (2006). "Attempto Controlled English Meets the Challenges of Knowledge Representation, Reasoning, Interoperability and User Interfaces" (PDF). FLAIRS 2006.
  2. ^ "Getting Started with Querying". IBM. Retrieved July 29, 2020.
  3. ^ "FQL Overview". Facebook Developers. Archived from the original on 2013-12-18. Retrieved 2013-12-11.
  4. ^ http://gellish.wiki.sourceforge.net/Querying+a+Gellish+English+database[permanent dead link]
  5. ^ "Search operators". Google Inc. Retrieved August 22, 2015.
  6. ^ "Bing Query Language". Microsoft. Retrieved August 22, 2015.