要求: 实现查询功能 1.数据库代码 create database mvce; use mvce; create table test2( id int not null identity, tname ) not null, tttype ) not null, tatt ) not null, tkfsname ) not null, tcity ) not null, taddress ) not null, tbeizhu ) not null, ) -----------------…