query("BEGIN; CREATE TABLE movies(id INTEGER PRIMARY KEY, title CHAR(255), year INTEGER); COMMIT;"); // not generally needed as PHP will destroy the connection unset($db); ?>