create table dep_policy(eid int,name char(10),age int,primary key(eid,name),foreign key(eid) references emp(eid))