CREATE TABLE IF NOT EXISTS `student3_total` ( `s_id` int(3) NOT NULL, `mark` int(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `student3_total` -- INSERT INTO `student3_total` (`s_id`, `mark`) VALUES (2, 226), (3, 170), (4, 180), (5, 230), (6, 225), (7, 208), (8, 255), (9, 208), (10, 150);