-- az adatbázis create database vmi; create table website ( id int not null primary key auto_increment, event varchar(100) );