方法2 SQL语句 在SQL界面写入如下语句并执行:create table customers(id int identity(1,1) primary key not null, name varchar(15)); (该语句创建了一个主键,当相关数据被插入时ID会自动增长)在SQL界面写入如下语句并执行:create table custo
方法2 SQL语句 在SQL界面写入如下语句并执行:create table customers(id int identity(1,1) primary key not null, name varchar(15)); (该语句创建了一个主键,当相关数据被插入时ID会自动增长)在SQL界面写入如下语句并执行:create table custo