use Student gocreate table student1(code int,name varchar (20),sex char(10),tizhong decimal(18,1),age int,chinese decimal (18,1),math decimal (18,1),english decimal (18,1),banji varchar(20) )goinsert into student1 values(1,'赵佳','男',50.22,23,78.5,69.0…