create global temporary table employee_tmp
on commit delete rows
as select * from employee;