DROP TABLE if exists tpch.customer; DROP TABLE if exists tpch.lineitem; DROP TABLE if exists tpch.nation; DROP TABLE if exists tpch.orders; DROP TABLE if exists tpch.part; DROP TABLE if exists tpch.partsupp; DROP TABLE if exists tpch.region; DROP TABLE if exists tpch.supplier;