Query language: Difference between revisions
Appearance
Content deleted Content added
Markhobley (talk | contribs) See also |
Markhobley (talk | contribs) |
||
Line 39: | Line 39: | ||
== See also == |
== See also == |
||
[[ |
[[Data Manipulation Language]] |
||
== References == |
== References == |
Revision as of 22:01, 17 May 2011
Query languages are computer languages used to make queries into databases and information systems.
Broadly, query languages can be classified according to whether they are database query languages or information retrieval query languages. Examples include:
- .QL is a proprietary object-oriented query language for querying relational databases; successor of Datalog;
- Common Query Language (CQL) a formal language for representing queries to information retrieval systems such as web indexes or bibliographic catalogues.
- CQLF (CODASYL Query Language, Flat) is a query language for CODASYL-type databases;
- Concept-Oriented Query Language (COQL) is used in the concept-oriented model (COM). It is based on a novel data modeling construct, concept, and uses such operations as projection and de-projection for multi-dimensional analysis, analytical operations and inference;
- D is a query language for truly relational database management systems (TRDBMS);
- DMX is a query language for Data Mining models;
- Datalog is a query language for deductive databases;
- ERROL is a query language over the Entity-relationship model (ERM) which mimics major Natural language constructs (of the English language and possibly other languages). It is especially tailored for relational databases;
- Gellish English is a language that can be used for queries in Gellish English Databases [1], for dialogues (requests and responses) as well as for information modeling and knowledge modeling;
- HTSQL is a query language that translates HTTP queries to SQL;
- ISBL is a query language for PRTV, one of the earliest relational database management systems;
- LINQ query-expressions is a way to query various data sources from .NET languages
- LDAP is an application protocol for querying and modifying directory services running over TCP/IP;
- MQL is a cheminformatics query language for a substructure search allowing beside nominal properties also numerical properties;
- MDX is a query language for OLAP databases;
- OQL is Object Query Language;
- OCL (Object Constraint Language). Despite its name, OCL is also an object query language and an OMG standard;
- OPath, intended for use in querying WinFS Stores;
- Poliqarp Query Language is a special query language designed to analyze annotated text. Used in the Poliqarp search engine;
- QUEL is a relational database access language, similar in most ways to SQL;
- RDQL is a RDF query language;
- SeRQL ("Sesame RDF Query Language", pronounced "circle") is a new RDF/RDFS query language that is currently being developed by Aduna as part of Sesame.
- SMARTS is the cheminformatics standard for a substructure search;
- SPARQL is a query language for RDF graphs;
- SQL is a well known query language for relational databases;
- SuprTool is a proprietary query language for SuprTool, a database access program used for accessing data in Image/SQL (formerly TurboIMAGE) and Oracle databases;
- TMQL Topic Map Query Language is a query language for Topic Maps;
- XQuery is a query language for XML data sources;
- XPath is a declarative language for navigating XML documents;
- XSQL is a query language combining the power of XML and the power of SQL, it is currently under development;
- YQL is an SQL-like query language created by Yahoo!
See also
References