create table EDepartment (
	DeptId		varchar(20) primary key,
	Name		varchar(64) NOT NULL,
	DeptImage	varchar(128));