CREATE TABLE Personnel ( Pno int, Pname string, Dept string, Born date, UNIQUE perskey (Pno) );