create database konyvesbolt; use konyvesbolt; create table Books ( Id int not null primary key auto_increment, Cim varchar(50), Szerzo varchar(50) );