【文章內(nèi)容簡介】
否N缺勤扣除工資int否N加班費int否N出勤表43字段名稱類型是否為空主鍵字取值范圍備注職工號char否Y主鍵職工的出勤日數(shù)int否N工傷日數(shù)int否N產(chǎn)假日數(shù)int否N病假日數(shù)int否N曠工日數(shù)int否N事假日數(shù)int否N加班日數(shù)int否N夜班日數(shù)int否N病假系數(shù)int否Ncreate table ZG(職工號 char(10) primary key,姓名 char(10) not null,性別 char(10) not null,出生日期 datetime not null,參加工作日期 datetime not null ,所屬部門 char (20) not null,人員類別 char(10) not null,工種職別 char (10) not null,技術等級 char (10) not null,技術職稱 char (10) not null,文化程度 char (10) not null,民族 char (10) not null,籍貫 char (10) not null,現(xiàn)住址 char (10) ) not null。create table GZ(技術等級 char(10) primary key not null,職工的基本工資 int not null ,崗位津貼 int not null ,物價補貼 int not null ,職務津貼 int not null,住房補貼 int not null,房租 int not null )。create table CQ(職工號