Oracle: SQL and PL/SQL

4. Create a table employee2 with just the structure of the employee table. Then, in a separate command, insert the 'FIN' department employees from the employee table into this table. 5. Create a table product2 with just the structure of the product table. ................
................