TYPE: Code: create global temporary table employee_tmp on commit delete rows as select * from employee ;
create global temporary table employee_tmp on commit delete rows as select * from employee ;
Forum Rules