Write-Back
The Simba Google BigQuery JDBC Connector supports Data Manipulation Language (DML) statements such as INSERT, UPDATE, and DELETE.
For example, the following INSERT statement is supported:
INSERT INTO MyTable (Col1, Col2) VALUES ("Key", "Value");
The connector also supports Data Definition Language (DDL) statements. Be aware that BigQuery supports specific syntax for DDL statements, and your statements must be written in that syntax. For more information, see "Using Data Definition Language Statements" in Google BigQuery's Standard SQL Query Reference: https://cloud.google.com/bigquery/docs/data-definition-language.