drop_tmp_tables.sql 123 B

12345
  1. create database if not exists ${DB};
  2. use ${DB};
  3. drop table if exists store_sales_tmp;
  4. drop table if exists inventory_tmp;