home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0000 - 0009 / ibm0000-0009 / ibm0003.tar / ibm0003 / ORCALE08.ZIP / DEMODROP.SQL < prev    next >
Encoding:
Text File  |  1987-02-12  |  324 b   |  19 lines

  1. DROP TABLE EMP;
  2. DROP TABLE DEPT;
  3. DROP TABLE BONUS;
  4. DROP TABLE SALGRADE;
  5. DROP TABLE DUMMY;
  6. DROP TABLE PROJ;
  7.  
  8. DROP VIEW EMP10;
  9. DROP VIEW PROJSTAFF;
  10. DROP VIEW PROJECTS;
  11. DROP VIEW NEW_YORK;
  12. DROP VIEW PAY;
  13. DROP VIEW DEPT_COMP;
  14. DROP VIEW COMPANY_SAL;
  15. DROP VIEW DEPT_SAL;
  16. DROP VIEW EMP20;
  17. DROP VIEW MYSELF;
  18. EXIT
  19.