DROP DATABASE IF EXISTS test; CREATE DATABASE test; create table test.foo (id integer);