1 つ以上のディメンションで一連の属性のインデックスを作成したとします。インデックスを削除する SQL スクリプトを作成するにはどうすればよいですか。
例:もし私が持っていたら
index1 created for (Attribute1,Attribute2) of Dimension1
index2 -> (Attribute3,Attribute4) of Dimension2
index3 -> (Attribute5,Attribute6) of Dimension3
... .......... ...
indexn -> (Attribute2,Attribute3) of Dimensionn
では、index1、index2---indexn を削除するにはどうすればよいでしょうか。何か案は?