SQL command reference
This section documents the syntax details for the following topics:
- Connections: Connections are used to provide Upsolver with the proper credentials to bring your data into SQLake as well as to write out your transformed data to various services.
- Tables: Tables are a central entity in SQLake that contain data. You can write data into, query from, and delete data from a table.
- Jobs: Jobs allow you to move and transform your data. They can read from external sources and write the data into a table, or read from a table and write to another table or an external target.
Last modified 7mo ago