Insert data and creating tables using SQL

is there a way to run SQL queries to insert data or create tables?

Hello @dwadwa Unfortunately, at the moment there are limitations with the execution of custom (created by you) SQL queries to insert and update. You can use those CRUD operations that are automatically generated for each of your tables.