home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a522 / 27.ddi / DEMODROP.SQL < prev    next >
Encoding:
Text File  |  1990-08-14  |  542 b   |  30 lines

  1. set termout off
  2. set feedback off
  3. DROP TABLE EMP;
  4. DROP TABLE DEPT;
  5. DROP TABLE BONUS;
  6. DROP TABLE SALGRADE;
  7. DROP TABLE DUMMY;
  8. DROP TABLE PROJ;
  9. DROP TABLE ITEM;
  10. DROP TABLE ORD;
  11. DROP TABLE PRODUCT;
  12. DROP TABLE CUSTOMER;
  13. DROP TABLE PRICE;
  14. DROP SEQUENCE ORDID;
  15. DROP SEQUENCE CUSTID;
  16. DROP SEQUENCE PRODID;
  17.  
  18. DROP VIEW EMP10;
  19. DROP VIEW PROJSTAFF;
  20. DROP VIEW PROJECTS;
  21. DROP VIEW NEW_YORK;
  22. DROP VIEW PAY;
  23. DROP VIEW DEPT_COMP;
  24. DROP VIEW COMPANY_SAL;
  25. DROP VIEW DEPT_SAL;
  26. DROP VIEW EMP20;
  27. DROP VIEW MYSELF;
  28. DROP VIEW SALES;
  29. exit
  30.