SQL Tables
Tables are a basic building block to store data in $PLACEHOLDER_NAME$. A low-level primitive, they provide you with all SQL functionalities, and can be queried with any SQL query.
In many cases, it is more appropriate to use a higher-level resource in this module. However, for more advanced use cases, or if you have existing SQL code that you'd like to port, tables are the way to go.
Defining tables
Like any other resource, you can define tables in a declarative manner:
SQL Queries
Tables can be queried with any SQL query. For example, to get all games where the winner scored more than 5 goals: