annotationService-dropScript.sql 750 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --
  2. -- Licensed Materials - Property of IBM
  3. --
  4. -- BI and PM: HTS
  5. --
  6. -- (c) Copyright IBM Corp. 2003, 2011.
  7. --
  8. -- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. --
  10. DROP TABLE ANN_CONTEXT_DIMENSIONMEMBER;
  11. DROP TABLE ANN_DIMENSION_METADATAITEM;
  12. DROP TABLE ANN_DIMENSIONMEMBER_DATAITEM;
  13. DROP TABLE ANN_MODEL_DIMENSION;
  14. DROP TABLE ANN_METADATAITEM;
  15. DROP TABLE ANN_DATAITEM;
  16. DROP TABLE ANN_DIMENSIONMEMBER;
  17. DROP TABLE ANN_DIMENSION;
  18. DROP TABLE ANN_ANNOTATION_PROPS;
  19. DROP TABLE ANN_ANNOTATION;
  20. DROP TABLE ANN_ANNOTATION_TEXT;
  21. DROP TABLE ANN_MODEL;
  22. DROP TABLE ANN_CONTEXT;
  23. DROP TABLE ANN_IDTABLE;
  24. DROP TABLE ANN_VERSION;