REM modified by hand 7 Apr 99 (MCW) prompt prompt prompt This script deletes the following tables created for prompt or during the Oracle Designer tutorial: prompt ITEMS, PRICED_PRODUCTS, PRODUCTS, ORDERS, CUSTOMERS prompt prompt Type N to exit this script without deleting the above tables. prompt prompt Type Y to delete the above tables. prompt start yesno.sql drop table items; drop table priced_products; drop table products; drop table orders; drop table customers; prompt prompt prompt Type EXIT to close this window. prompt REM REM End of command file REM rem EXIT