SQL查询语句大全集锦.创建表.create table test( id int identity(11) UName varchar(20) not null Address varchar(20) not null Email varchar(20)not null Age int not null).插入一条数据.insert into test values(chaoianbo