Exploring the Database

Examples:

View the full schema or read the documentation.

  • select * from Sources
  • select * from Sources
    where source like "%twa%"
  • select * from Sources
    join Photometry
    using (source)
    where source like "%twa%"
Note that the query backend is SQLite, be aware of any syntax differences. You can also submit queries with Ctrl+Enter.

Results: