This statement deletes a local cube or a virtual cube.
<drop-cube-statement> ::= DROP [SESSION] CUBE <cube-name>
This statement deletes the cube or virtual cube specified in <cube-name>.
The following example drops the cube created by the example in CREATE CUBE Statement:
DROP CUBE [Sales]