annotationService-dropScript.sql 749 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --
  2. -- Licensed Materials - Property of IBM
  3. --
  4. -- BI and PM: HTS
  5. --
  6. -- (c) Copyright IBM Corp. 2003, 2014.
  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