Jump to content

Astronomical Data Query Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Djm-leighpark (talk | contribs) at 11:21, 3 January 2022 (Implementations: Note topcat implementation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Astronomical Data Query Language
Stable release
2.0 / 30 October 2008; 16 years ago (2008-10-30)
Influenced by
SQL

Astronomical Data Query Language (ADQL) is a language for astronomical data query based on SQL 92.[1]

Overview

ADQL is a specialized variant of the SQL query language adapted for accessing the astronomical datasets of the virtual observatory.[2]

Language

ADQL is a query language that allows data to be retrieved but provides no facilities to update that data. It has a single command, the select statement, which is designed to perform as the select statement in the SQL language.

Implementations

ADQL is implemented in packages such as TOPCAT.[3]

References

Footnotes

  1. ^ Osuna & Ortiz 2008.
  2. ^ Gaia 2021.
  3. ^ Pössel 2020, p. 28.

Sources

  • Gaia (2021). "An Astronomy Data Query Language cookbook to accompany Gaia Data Release 1". Archived from the original on 12 January 2021. Retrieved 12 January 2021.
  • Heinl, Hendrik; Jordan, Stefen (28 February 2017) [November 2016]. Gaia: Astronomy Data Query Language (ADQL) Introduction. Gaia data workshop at ESA's European Space Astronomy Centre (ESAC). ESA's European Space Astronomy Centre (ESAC). Archived from the original on 3 January 2022. Retrieved 24 September 2021 – via YouTube.
  • Osuna, Pedro; Ortiz, Inaki, eds. (30 October 2008). "Astronomical Data Query Language". www.ivoa.net. Archived from the original on 27 May 2019. Retrieved 3 January 2022.
  • Demleitner, Markus; Heinl, Hendrik (2019). "Gaia Data Queries with ADQL" (PDF). Archived (PDF) from the original on 29 October 2019. Retrieved 12 January 2021.
  • Possel, Markus (January 2020). "A Beginner's Guide to Working with Astronomical Data" (PDF). doi:10.21105/astro.1905.13189.

Category:Query languages