CREATE [GLOBAL TEMPORARY] TABLE [schema.]table
  [(relational_properties)] 
  [ON COMMIT {DELETE | PRESERVE} ROWS]
  physical_properties
  table_properties;