คีย์คำสั่งได้เองตามนี้ครับ
CREATE TABLE `risk_group` (
`group_id` int(2) NOT NULL DEFAULT '0',
`sub_group` int(2) NOT NULL DEFAULT '0',
`group_th` varchar(120) DEFAULT NULL,
`type_ed` varchar(50) DEFAULT NULL,
PRIMARY KEY (`group_id`,`sub_group`)
) ENGINE=MyISAM DEFAULT CHARSET=tis620