use test; create table t1(tid smallint(5) unsigned auto_increment,tname varchar(50),tkecheng varchar(50),tgrade smallint(10),primary key(tid))ENGINE=innodb default charset=utf8; INSERT into t1(tname,tkecheng,tgrade) values('xm','yuwen',76),('xm','shu…