home *** CD-ROM | disk | FTP | other *** search
- rem
- rem $Header: demodrop.sql,v 3000400.7 90/02/27 18:12:26 atam Exp $ demodrop.sql Copyr (c) 1987 Oracle
- rem
- rem SQLFORMS3030004,DUA11:[FREEZE_SQLFORMS30.SQL.30004]
- set termout off
- DROP TABLE EMP;
- DROP TABLE DEPT;
- DROP TABLE BONUS;
- DROP TABLE SALGRADE;
- DROP TABLE DUMMY;
- DROP TABLE PROJ;
- DROP TABLE ORD;
- DROP TABLE ITEM;
- 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;
- rem DROP VIEW SALES;
-
- EXIT
-
-
-
-
-
-