Create global temporary table temp_table_name
on commit preserve rows as Select Name,Address,Email from Employee;
Create global temporary table temp_table_name
on commit preserve rows as Select Name,Address,Email from Employee;
Welcome To Programmer Portfolio
0 Comments