Create the table Department table based on the following table instance chart.
CREATE TABLE Department ( ID NUMBER(8), Name VARCHAR(25) );