BEGIN; CREATE TABLE foo ( id integer auto_increment primary key, name text not null, rank text not null, sn text not null ); COMMIT;