Create table Department as per following Table Instance Chart.
CREATE TABLE Department ( DeptID NUMBER(2) PRIMARY KEY, DeptName VARCHAR(20) NOT NULL );