c内部测试表数据 use SuperMarket go create table GoodsType ( TypeId int identity(1,1) primary key, TypeName nvarchar(50) not null ) go create table Goods ( GoodsId int