Submit SQL Query

XMMSSC@AIP hosts the data from XMMSSC data releases in a PostgresQL database. The data can be queried directly using the Astronomical Data Query Language (ADQL) or the Postgres flavour of SQL (Structured Query Language).

Here you’ll find the detailed explanation how to use the Query interface.

Submit a new job

  1. Open the Query interface in a browser window.
  2. Insert your SQL query into the text area SQL query or choose an example query from the Examples tab top right in the interface (just double click on one of them) above the text area.
  3. Click Submit new SQL Query botton to submit your job.

query-interface

Additional options

Additionaly, you can give the result table a name in the Table name text field and sort the job into a “folder” with the Run id field. The queries can be either in ADQL or PostgreSQL. The job is submitted into one of the job Queue: 30 seconds for a short test query, 5 minute for long ones.

Database browser

Above the text area, you can find the Schema and the Columns browser. This is useful to find out which columns exist for which table in which database. Hover with the mouse over the columns for a short description. You will also find your user database and your uploaded tables in the browser. You can join tables from your private database with each other or the datasets.

Simbad and VizieR

XMMSSC@AIP connects to the Simbad and VizieR services for cross-identification of objects, so the coordinates can be retrieved and used in the SQL queries.

Results of a query job

You can view your results by clicking on the table name for your job in the Job list and then choosing the Results table tab.

query-interface

Back in the Job overview tab, you can review again which query was executed, its Job parameters such as time and size of the resulting tables etc.

It is also possible to Rename the job’s result table or run id or to Archive the job completely using the links just below the Job parameters.

The Plot tab provides a simple plot-interface. The results can be downloaded via the Download tab. The result files can be downloaded as CSV or IVOA VOTable XML files.

Job list

After a successful job submission, your job will appear in the Job list bar on the left. Its name corresponds to the result-table name, which is either the current time stamp or a name that you have provided in the Table name field.

Private cross-matching

The Query interface allows to upload your own VOTables into your private database at XMMSSC@AIP.

The uploaded tables can be queried like any other database using SELECT statements. You can also browse the available tables and their columns using the “Database Browser” below the Query Form or referring to UPLOAD_TABLES.<table_name> where <table_name> is the name of the table to provided during upload.