create table XXXX(
id int NOT NULL auto increment;
.........
   )