create database if not exists ${DB}; use ${DB}; drop table if exists store_sales_tmp; drop table if exists inventory_tmp;