blob: c676d51d755b41ec567eb81bba99626143953399 [file]
drop table student;
create table student (id varchar(255) primary key not null, name varchar(255));