home *** CD-ROM | disk | FTP | other *** search
- set termout off
- DROP TABLE EMP;
- DROP TABLE DEPT;
- DROP TABLE BONUS;
- DROP TABLE SALGRADE;
- DROP TABLE DUMMY;
- DROP TABLE PROJ;
- DROP TABLE ITEM;
- DROP TABLE ORD;
- DROP TABLE PRODUCT;
- DROP TABLE CUSTOMER;
- DROP TABLE PRICE;
- DROP SEQUENCE ORDID;
- DROP SEQUENCE CUSTID;
- DROP SEQUENCE PRODID;
-
- DROP VIEW EMP10;
- DROP VIEW PROJSTAFF;
- DROP VIEW PROJECTS;
- DROP VIEW NEW_YORK;
- DROP VIEW PAY;
- DROP VIEW DEPT_COMP;
- DROP VIEW COMPANY_SAL;
- DROP VIEW DEPT_SAL;
- DROP VIEW EMP20;
- DROP VIEW MYSELF;
- DROP VIEW SALES;
- exit
-