create table Student(
ID varchar(10) not null,
Name varchar(10) not null,
);
insert into Student values(‘1’, ‘zhangs’);
insert into Student values(‘2’, ‘zhangs’);
insert into Student values(‘3’, ‘lisi’);
insert into Student values(‘4’, ‘lisi’);
insert into Student values(‘5’, ‘wangwu’);
網(wǎng)友評論