The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
BEGIN;

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

COMMIT;