Syntax for Defining a Transient Table
The syntax for defining a transient table is as follows:
CREATE TRANSIENT TABLE [IF NOT EXISTS] [schema.] tablename
(column_specification {, column_specification })
[table_constraint {, table_constraint}]
[AS subselect]
[WITH with_clause]
Last modified date: 09/11/2026