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