create table if not exists testtab (
	name	varchar(100) primary key,
	age	int not null
);