begin; create table if not exists "parkaliases" ( "parkID" text, "alias" text, primary key("parkID","alias") ); commit;