home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / object10 / demodrp7.sql < prev    next >
Text File  |  1994-11-11  |  523b  |  29 lines

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