CREATE TABLE juomat(
id integer not null auto_increment,
resepti_nimi text,
primary key(id));
