INSERT INTO

This section describes how to use the INSERT INTO statement to write job results to a sink table.

Writing Data to a Sink Table

Writing Data to Multiple Sink Tables

EXECUTE STATEMENT SET BEGIN... END; is a required statement for writing data to multiple sink tables. It is used to define multiple data insertion operations in the same job.

EXECUTE STATEMENT SET BEGIN... END; is required when data is written to multiple sink tables.