create table users(id varchar(20) not null ,password varchar(20) not null,PRIMARY KEY(id));