create_table_temp 

<create_table_temp> :: =
  <
create_table_statement> for creating temporary tables,
    that is, the table_name in the CREATE TABLE statement
    must have the format TEMP.<identifier>.