The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
BEGIN TRANSACTION;
CREATE TABLE foo (id integer, foo text);
INSERT INTO "foo" VALUES(1,'bar');
INSERT INTO "foo" VALUES(2,'xxx');
COMMIT;