rem This start file drops all of the tables created by COMPLETE.REF rem and is provided merely as a convenient way to delete all of these rem tables from ORACLE. rem It is necessary only if you want to drop and not recreate the rem tables. COMPLETE.REF also drops each table explicitly before it rem creates it. rem drop table ADDRESS; drop table ASOF; drop table BIRTHDAY; drop table BREEDING; drop table COMFORT; drop table COMMA; drop table EMPTY; drop table HOCKEY; drop table HOLIDAY; drop table LEDGER; drop table LOCATION; drop table LODGING; drop table MAGAZINE; drop table MATH; drop table NAME; drop table NEWSPAPER; drop table NUMBERTEST; drop table PAY; drop table PAYDAY; drop table PROSPECT; drop table ROSE; drop table SHIPPING; drop table SKILL; drop table STOCK; drop table TROUBLE; drop table TWONAME; drop table WEATHER; drop table WORKER; drop table WORKERSKILL;