# drop dbt3 tables # DROP TABLE nation; DROP TABLE region; DROP TABLE customer; DROP TABLE orders; DROP TABLE supplier; DROP TABLE partsupp; DROP TABLE part; DROP TABLE lineitem; #