CREATE TABLE `absenmhs` ( `nim` varchar(15) DEFAULT NULL, `idkelas` int(11) DEFAULT NULL, `nidu` varchar(6) DEFAULT NULL, `kdstsemester` varchar(5) NOT NULL, `kdprodi` varchar(5) NOT NULL, `kdmk` varchar(12) NOT NULL, `p1` int(11) DEFAULT NULL, `p2` int(11) DEFAULT NULL, `p3` int(11) DEFAULT NULL, `p4` int(11) DEFAULT NULL, `p5` int(11) DEFAULT NULL, `p6` int(11) DEFAULT NULL, `p7` int(11) DEFAULT NULL, `p8` int(11) DEFAULT NULL, `p9` int(11) DEFAULT NULL, `p10` int(11) DEFAULT NULL, `p11` int(11) DEFAULT NULL, `p12` int(11) DEFAULT NULL, `p13` int(11) DEFAULT NULL, `p14` int(11) DEFAULT NULL, `p15` int(11) DEFAULT NULL, `p16` int(11) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) CREATE TABLE `absendos` ( `kdstsemester` varchar(5) NOT NULL, `kdprodi` varchar(5) NOT NULL, `kdmk` varchar(12) NOT NULL, `nidu` varchar(6) DEFAULT NULL, `idkelas` int(11) DEFAULT NULL, `p1` int(11) DEFAULT NULL, `p2` int(11) DEFAULT NULL, `p3` int(11) DEFAULT NULL, `p4` int(11) DEFAULT NULL, `p5` int(11) DEFAULT NULL, `p6` int(11) DEFAULT NULL, `p7` int(11) DEFAULT NULL, `p8` int(11) DEFAULT NULL, `p9` int(11) DEFAULT NULL, `p10` int(11) DEFAULT NULL, `p11` int(11) DEFAULT NULL, `p12` int(11) DEFAULT NULL, `p13` int(11) DEFAULT NULL, `p14` int(11) DEFAULT NULL, `p15` int(11) DEFAULT NULL, `p16` int(11) DEFAULT NULL, `tgl1` date DEFAULT NULL, `tgl2` date DEFAULT NULL, `tgl3` date DEFAULT NULL, `tgl4` date DEFAULT NULL, `tgl5` date DEFAULT NULL, `tgl6` date DEFAULT NULL, `tgl7` date DEFAULT NULL, `tgl8` date DEFAULT NULL, `tgl9` date DEFAULT NULL, `tgl10` date DEFAULT NULL, `tgl11` date DEFAULT NULL, `tgl12` date DEFAULT NULL, `tgl13` date DEFAULT NULL, `tgl14` date DEFAULT NULL, `tgl15` date DEFAULT NULL, `tgl16` date DEFAULT NULL, `dj1` time DEFAULT NULL, `dj2` time DEFAULT NULL, `dj3` time DEFAULT NULL, `dj4` time DEFAULT NULL, `dj5` time DEFAULT NULL, `dj6` time DEFAULT NULL, `dj7` time DEFAULT NULL, `dj8` time DEFAULT NULL, `dj9` time DEFAULT NULL, `dj10` time DEFAULT NULL, `dj11` time DEFAULT NULL, `dj12` time DEFAULT NULL, `dj13` time DEFAULT NULL, `dj14` time DEFAULT NULL, `dj15` time DEFAULT NULL, `dj16` time DEFAULT NULL, `sj1` time DEFAULT NULL, `sj2` time DEFAULT NULL, `sj3` time DEFAULT NULL, `sj4` time DEFAULT NULL, `sj5` time DEFAULT NULL, `sj6` time DEFAULT NULL, `sj7` time DEFAULT NULL, `sj8` time DEFAULT NULL, `sj9` time DEFAULT NULL, `sj10` time DEFAULT NULL, `sj11` time DEFAULT NULL, `sj12` time DEFAULT NULL, `sj13` time DEFAULT NULL, `sj14` time DEFAULT NULL, `sj15` time DEFAULT NULL, `sj16` time DEFAULT NULL,