Create the table Employee based on the following table instance chart.
CREATE TABLE Employee ( ID NUMBER(8), First_Name VARCHAR(25), Last_Name VARCHAR(25), Dept_ID NUMBER(8) );