CREATE TABLE IF NOT EXISTS `student3_total` ( `s_id` int(3) NOT NULL, `mark` int(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;